From d6e3bbf6557fbe33a3562e288377c1ce56d8355e Mon Sep 17 00:00:00 2001 From: Vaidas Zilionis Date: Mon, 26 Nov 2012 23:28:50 +0200 Subject: [PATCH] back to better symbol --- README.md | 2 +- themes/zuper/zuper.theme.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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