Tweak default recommended PS1 value

This commit is contained in:
2013-03-21 18:22:15 +00:00
parent 754b00f394
commit c2b16d3d41
2 changed files with 2 additions and 3 deletions

View File

@@ -26,8 +26,7 @@ Edit your `~/.profile` or `~/.bash_profile` and add the following to the top:
export GITAWAREPROMPT=~/.bash/git-aware-prompt
source $GITAWAREPROMPT/main.sh
export PS1="\u@\h \w\[$txtcyn\]\$git_branch\[$txtylw\]\$git_dirty\[$txtrst\]\$ "
export PS1="\u@\h \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ "
Optionally, if you want a nice pretty prompt when using `sudo -s`, also add this line: