2019年5月14日 星期二

[mac] 如何在bash 加上 auto completion 使用 bash-completion


在使用Linux 時的bash 基本上有 auto completion
如何在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 環境生效

沒有留言:

張貼留言