Ubuntu Tab自动补全
2019-07-07 本文已影响0人
Frico
apt install bash-completion -y
vim .bashrc
取消注释这几句话
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
然后
source .bashrc
apt install bash-completion -y
vim .bashrc
取消注释这几句话
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
然后
source .bashrc