mirror of
https://github.com/jimeh/git-aware-prompt.git
synced 2026-02-19 05:36:38 +00:00
cleaned up the prompt format a little bit
This commit is contained in:
@@ -20,7 +20,7 @@ function find_git_branch {
|
||||
PROMPT_COMMAND="find_git_branch; $PROMPT_COMMAND"
|
||||
|
||||
# Default Git enabled prompt
|
||||
# export PS1="\u@\h \w\[$txtcyn\]\$git_branch\[$txtrst\]\\$ "
|
||||
# export PS1="\u@\h \w\[$txtcyn\]\$git_branch\[$txtrst\]\$ "
|
||||
|
||||
# Default Git enabled root prompt (for use with "sudo -s")
|
||||
# export SUDO_PS1="\[$bakred\]\u@\h\[$txtrst\] \w\[$txtcyn\]\$git_branch\[$txtrst\]\\$ "
|
||||
# export SUDO_PS1="\[$bakred\]\u@\h\[$txtrst\] \w\$ "
|
||||
Reference in New Issue
Block a user