back to better symbol

pull/160/head
Vaidas Zilionis 2012-11-26 23:28:50 +02:00
parent 8585d9752b
commit d6e3bbf655
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Bash it # Bash it
My personal modifications :) My personal modifications
**Bash it** is a mash up of my own bash commands and scripts, other bash stuff I have found. **Bash it** is a mash up of my own bash commands and scripts, other bash stuff I have found.

View File

@ -48,7 +48,7 @@ function zuper_scm_prompt_info {
prompt() { prompt() {
# » ➜ # » ➜
local my_branch="$(zuper_scm_prompt_info)" local my_branch="$(zuper_scm_prompt_info)"
PS1="${white}\n[${yellow} \u@\H ${red}\t${white} ] ${green}\w${my_branch}\n${white}${normal} " PS1="${white}\n[${yellow} \u@\H ${red}\t${white} ] ${green}\w${my_branch}\n${white}»${normal} "
} }
PROMPT_COMMAND=prompt PROMPT_COMMAND=prompt