Fixed the coding style in a case statement.
This commit is contained in:
parent
37c2d35263
commit
3802a3e61b
|
@ -33,12 +33,12 @@ function prompt_steeef_precmd() {
|
|||
|
||||
function prompt_steeef_preexec() {
|
||||
case "$(history $HISTCMD)" in
|
||||
*git*)
|
||||
(*git*)
|
||||
__PROMPT_STEEEF_VCS_UPDATE=1
|
||||
;;
|
||||
*svn*)
|
||||
;;
|
||||
(*svn*)
|
||||
__PROMPT_STEEEF_VCS_UPDATE=1
|
||||
;;
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue