[half-life] Fix last command check

Fixes #6758
master
Marc Cornellà 8 years ago committed by GitHub
parent c117d241cb
commit 45a9f28464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      themes/half-life.zsh-theme

@ -60,7 +60,7 @@ zstyle ':vcs_info:*:prompt:*' nvcsformats ""
function steeef_preexec {
case "$(history $HISTCMD)" in
case "$2" in
*git*)
PR_GIT_UPDATE=1
;;

Loading…
Cancel
Save