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