diff --git a/etc/profile b/etc/profile index 0cc2dab8..32c05082 100644 --- a/etc/profile +++ b/etc/profile @@ -66,9 +66,6 @@ for i in /etc/profile.d/*.sh ; do done export MAKE_MODE=unix -export PS1='\[\033]0;$MSYSTEM:\w\007 -\033[32m\]\u@\h \[\033[33m\w\033[0m\] -$ ' if [ -e ~/.bashrc ]; then . ~/.bashrc @@ -133,6 +130,8 @@ esac . /git/contrib/completion/git-completion.bash -PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ ' +PS1='\[\033]0;$MSYSTEM:\w\007 +\033[32m\]\u@\h \[\033[33m\w$(__git_ps1)\033[0m\] +$ ' export LESS=-FRSX