我正在尝试摆脱 mac 终端命令提示符中显示的文件路径。
例子:superuser@x-160-94-176-201:[~/dir1/dir2/dir3/dir4/]$
如果您有更长的目录名称,您最终会丢失整行。我知道在 cshrc 中我可以做到这一点,事实上我已经在我的 ubuntu 框中编辑了 .cshrc 以进行此更改。
if ( $?tcsh ) then
#set prompt="%n@%m (%/) % "
set prompt="[%n@%m %c]% "
#set prompt="%n@%B%m%b (%B%~%b) % "
set prompt2 = "%R loop: "
set prompt3 = "oops\041 %R (y|n|e)? "
我在我的 Mac 上运行 bash,但我尝试在我的 Mac 中设置提示符,bash_profile
但它没有任何影响。