pull/160/head
vaidas 2012-11-23 09:32:19 +02:00
parent 23650e2a9c
commit 26a041e83d
2 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@ if [ "$TERM" != "dumb" ]; then
fi fi
alias ls='gls $LS_OPTIONS -hF' alias ls='ls $LS_OPTIONS -hF'
alias ll='gls $LS_OPTIONS -lhF' alias ll='ls $LS_OPTIONS -lhF'
alias l='gls $LS_OPTIONS -lAhF' alias l='ls $LS_OPTIONS -lAhF'
alias c='clear' alias c='clear'
alias edit="$EDITOR" alias edit="$EDITOR"
alias pager="$PAGER" alias pager="$PAGER"

View File

@ -37,7 +37,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