|
|
@ -32,14 +32,9 @@ function prompt_steeef_precmd { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function prompt_steeef_preexec { |
|
|
|
function prompt_steeef_preexec { |
|
|
|
case "$(history $HISTCMD)" in |
|
|
|
if [[ "${2[(w)1]}" == (git|svn) ]]; then |
|
|
|
(*git*) |
|
|
|
__PROMPT_STEEEF_VCS_UPDATE=1 |
|
|
|
__PROMPT_STEEEF_VCS_UPDATE=1 |
|
|
|
fi |
|
|
|
;; |
|
|
|
|
|
|
|
(*svn*) |
|
|
|
|
|
|
|
__PROMPT_STEEEF_VCS_UPDATE=1 |
|
|
|
|
|
|
|
;; |
|
|
|
|
|
|
|
esac |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function prompt_steeef_chpwd { |
|
|
|
function prompt_steeef_chpwd { |
|
|
|