答案1
当您安装 synth-shell 时,它会自动在您的.bashrc
文件 (/home/{your_user_name}/.bashrc) 中添加一些命令。
运行您提到的这些信息的命令是 around status
。在我的例子中,它看起来像这样:
##-----------------------------------------------------
## status
## Added by synth-shell
## https://github.com/andresgongora/synth-shell/
if [ -f /home/{myname}/.config/synth-shell/status.sh ]; then
source /home/{myname}/.config/synth-shell/status.sh
fi
要阻止这种情况,您只需删除此代码块。如果您想避免犯一些错误,只需在对文件进行任何更新之前创建一个备份文件.bashrc
(该文件非常重要并且由系统使用:P)