update
parent
23650e2a9c
commit
26a041e83d
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue