mac:在/ etc / bashrc中更改PS1没用

时间:2016-06-04 15:00:32

标签: macos iterm2

我在mac中使用iTerm2。我想更改计算机名称。 我更改了文件/ etc / bashrc

之前:

if [ -z "$PS1" ]; then
   return
fi

PS1='\h:\W \u\$ '

shopt -s checkwinsize

[ -r "/etc/bashrc_$TERM_PROGRAM" ] && . "/etc/bashrc_$TERM_PROGRAM"

更改PS1

PS1='\#\W \$'

保存,退出并重新启动iTerm2

没用......

1 个答案:

答案 0 :(得分:0)

尝试在主目录中创建.bash_profile并将PS1声明放在那里。