diff --git a/README.md b/README.md index 4ab39333..286ff783 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. diff --git a/themes/zuper/zuper.theme.bash b/themes/zuper/zuper.theme.bash index 299a70ec..81cd7c2e 100644 --- a/themes/zuper/zuper.theme.bash +++ b/themes/zuper/zuper.theme.bash @@ -48,7 +48,7 @@ function zuper_scm_prompt_info { prompt() { # » ➜ 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