移除iTerm2中新增的Shell Integration

尝鲜使用iTerm2 v3中加入的Shell Integration功能,但在git commit时,有时需要中英文切换,他的自动提示会导致很烦人,于是想把这个功能删掉,还是原生的iTerm2更清爽。

下面是删除的方式:

1. 

rm ~/.iterm2_shell_integration.bash

2.

vi ~/.bash_profile,注释掉 test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"这行文字。

你可能感兴趣的:(移除iTerm2中新增的Shell Integration)