看起來我的 Ubuntu 16.04 中的 bash-completion 有問題。幾乎嘗試了一切......重新安裝它,更改文件bashrc
(下面的代碼),重新啟動終端等。
有人可以幫忙嗎?
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi