Unverified Commit 45a9f284 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

[half-life] Fix last command check

Fixes #6758
parent c117d241
...@@ -60,7 +60,7 @@ zstyle ':vcs_info:*:prompt:*' nvcsformats "" ...@@ -60,7 +60,7 @@ zstyle ':vcs_info:*:prompt:*' nvcsformats ""
function steeef_preexec { function steeef_preexec {
case "$(history $HISTCMD)" in case "$2" in
*git*) *git*)
PR_GIT_UPDATE=1 PR_GIT_UPDATE=1
;; ;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment