Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我今天花了一些时间通过 homebrew 和 rvm 安装 Ruby、Rails 和其他 Web 开发工具。但是我必须在终端的某个地方输入了错误的命令,因为我在 OS X Lion 上的终端(与标准终端和 iTerm2 相同)现在看起来很奇怪。
如何摆脱那个红色波浪号和黑色箭头并恢复它的默认外观?
由于我是终端命令的初学者,我将不胜感激您的帮助。
PS1好像改了。您现在可以做的是将其更改回来,或者干脆将其删除以恢复默认值。
在终端中,执行以下操作:
cd ~ grep "export PS1" .*
然后你会看到一些输出,它可能在 .profile 或 .bashrc 中,(忽略历史记录)你可以使用任何东西来打开文件。或者只是open .filename在终端中,删除带有导出 PS1 的行,保存,重新登录。问题将得到解决。
open .filename