1
0
Fork 0

Fixed the coding style in a case statement.

pull/9/head
Sorin Ionescu 13 years ago
parent 37c2d35263
commit 3802a3e61b

@ -33,10 +33,10 @@ function prompt_steeef_precmd() {
function prompt_steeef_preexec() { function prompt_steeef_preexec() {
case "$(history $HISTCMD)" in case "$(history $HISTCMD)" in
*git*) (*git*)
__PROMPT_STEEEF_VCS_UPDATE=1 __PROMPT_STEEEF_VCS_UPDATE=1
;; ;;
*svn*) (*svn*)
__PROMPT_STEEEF_VCS_UPDATE=1 __PROMPT_STEEEF_VCS_UPDATE=1
;; ;;
esac esac

Loading…
Cancel
Save