mac 终端中 “localhost:~ mile001$ ”怎么修改“localhost“?


mac 终端中 “localhost:~ mile001$ ”怎么修改“localhost“为其它的字符串例如:
“opt:~ mile001$”等

unix mac shell

monree 12 years ago
vim ~/.bash_profile
PS1=""

这里的PS1就是这一串文字,可以自己定义

MIEwww answered 12 years ago

Your Answer