diff options
Diffstat (limited to '.bash_prompt')
-rw-r--r-- | .bash_prompt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_prompt b/.bash_prompt index 110c926..21c4b4b 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -52,4 +52,4 @@ function parse_git_branch() { } export PS1="\[${BOLD}${MAGENTA}\]\u \[$WHITE\]at \[$ORANGE\]\h \[$WHITE\]in \[$GREEN\]\w\[$WHITE\]\$([[ -n \$(git branch 2> /dev/null) ]] && echo \" on \")\[$PURPLE\]\$(parse_git_branch)\[$WHITE\]\n\$ \[$RESET\]" -export PS2="\[$ORANGE\]→ \[$RESET\]"
\ No newline at end of file +export PS2="\[$ORANGE\]→ \[$RESET\]" |