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


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

unix mac shell

monree 11 years, 5 months ago
vim ~/.bash_profile
PS1=""

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

MIEwww answered 11 years, 5 months ago

Your Answer