~xdavidwu/dotfiles

eba4005f72231cb661968af78cd055468b49ca7c — xdavidwu 3 years ago 8f525ca
bash: PS1: fix $
1 files changed, 1 insertions(+), 1 deletions(-)

M .bashrc
M .bashrc => .bashrc +1 -1
@@ 46,7 46,7 @@ HISTCONTROL=ignoredups
HISTSIZE=2048
HISTFILESIZE=2048
HISTIGNORE="history:exit:top:ls:clear:mount:python"
PS1="\[\033[01;32m\]\u@\h${STY:+>${STY#*\.}} \[\033[01;34m\]\W\[\033[00m\]\$ "
PS1="\[\033[01;32m\]\u@\h${STY:+>${STY#*\.}} \[\033[01;34m\]\W\[\033[00m\]\\$ "

# aliases
if [ "$(uname)" = "Linux" ];then