📜  ubuntu 历史选择 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:46.763000             🧑  作者: Mango

代码示例1
#Install HSTR on Ubuntu using one-liner:
sudo add-apt-repository ppa:ultradvorka/ppa && sudo apt-get update && sudo apt-get install hstr && hstr --show-configuration >> ~/.bashrc && . ~/.bashrc
#https://github.com/dvorka/hstr/blob/master/INSTALLATION.md#ubuntu