From 26a041e83d81b68e2da68776d10bf75847ea542d Mon Sep 17 00:00:00 2001 From: vaidas Date: Fri, 23 Nov 2012 09:32:19 +0200 Subject: [PATCH] update --- custom/zuper.bash | 6 +++--- themes/zuper/zuper.theme.bash | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom/zuper.bash b/custom/zuper.bash index 39dc8897..9d43ee17 100644 --- a/custom/zuper.bash +++ b/custom/zuper.bash @@ -4,9 +4,9 @@ if [ "$TERM" != "dumb" ]; then fi -alias ls='gls $LS_OPTIONS -hF' -alias ll='gls $LS_OPTIONS -lhF' -alias l='gls $LS_OPTIONS -lAhF' +alias ls='ls $LS_OPTIONS -hF' +alias ll='ls $LS_OPTIONS -lhF' +alias l='ls $LS_OPTIONS -lAhF' alias c='clear' alias edit="$EDITOR" alias pager="$PAGER" diff --git a/themes/zuper/zuper.theme.bash b/themes/zuper/zuper.theme.bash index dbfc048e..4746423e 100644 --- a/themes/zuper/zuper.theme.bash +++ b/themes/zuper/zuper.theme.bash @@ -37,7 +37,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