如何在Mac 中的 bash 加上 auto completion
可以使用 bash-completion
brew install bash-completion
Add the following lines to your ~/.bash_profile:
[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"需要在這裡 ~/.bash_profile 加上這段指令
然後再當前 terminal 下要馬上使用,可以 . ~/.bash_profile 使新的 bash 環境生效
沒有留言:
張貼留言