gpt4 book ai didi

linux - 如何退出bash

转载 作者:太空宇宙 更新时间:2023-11-04 05:55:27 26 4
gpt4 key购买 nike

我运行了这个命令

echo 'export PATH="$PATH:$HOME/.local/heroku-client/bin"' >> ~/.bashrc

从那时起我就一直在 bash shell 中运行。我怎样才能回到原来的地方?我什至不知道我以前有什么 shell 。我运行的是 Fedora 23。

目前 shell 看起来像这样,

bash: /home/pi/.bash_profileexport: No such file or directory
bash-4.3$

我认为我的问题与这篇文章类似,但没有得到答案。 Exit Bash Mode?谢谢

最佳答案

我敢打赌你的 ~/.bashrc 曾经在最后一行有这个:

. ~/.bash_profile

但没有尾随换行符

当您将新行(导出...)附加到 .bashrc 时,它会附加到上一行的末尾,因为没有换行符行终止符:

. ~/.bash_profileexport PATH=...
#////////////////\\\\\\\\\\\\\\\\
# old stuff new stuff

关于linux - 如何退出bash,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37003585/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com