一开始这有点好笑,就像玩“Bash Roulette”……但现在它变老了,哈哈
我的终端中以非零代码退出的任何命令都会关闭我的终端窗口
有人告诉我,也许我已经set -e在我的终端来源的某个地方设置了一些 bash 脚本。
set -e
我已经检查.bash_profile/ .bashrc/.profile它看起来不像set -e是在那里。
.bash_profile
.bashrc
.profile
还会有其他明显的罪魁祸首吗?
bash terminal shell-script bashrc
bash ×1
bashrc ×1
shell-script ×1
terminal ×1