Ubuntu系統 git命令補全

LiuYanYGZ發表於2024-10-22

apt-get install bash-completion

vim ~/.bashrc 在檔案的最後一行加如下程式碼

if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

source ~/.bashrc

相關文章