我只是意识到,404:: command not found
每次打开终端时,我都会不断收到消息。我不记得收到此消息之前安装了什么:
我在bash的任何启动文件中都找不到它:
$ grep 404 -H ~/.bashrc ~/.profile ~/.bash_profile ~/.bash.login \
~/.bash_aliases /etc/bash.bashrc /etc/profile \
/etc/profile.d/* /etc/environment 2> /dev/null
$
我也跑了PS4='${BASH_SOURCE}:${LINENO} ' bash -lxe
,可以在这里找到完整的输出。
哇哦 这里确实发生了一些奇怪的事情。您是否知道可能会导致此变化的内容?您正在编辑任何配置文件或其他内容吗?@muru这是一个奇怪的人。
—
terdon
你有什么
—
derobert
/etc/bash_completion.d/docker-compose
?
另外,我刚刚意识到您在跑步
—
terdon
ps $$
后就跑了bash -lxe
。您能否打开一个新终端,运行ps $$
并仅确认输出包含 bash
?