"vscode:/vscode.git/clone" did not exist on "dfe0f4c2999cef10f9c8fb6115e53891f6b2c190"
Commit 604f580f authored by Sean Abraham's avatar Sean Abraham Committed by Marc Cornellà
Browse files

Make steeef theme much faster by not iterating through all history (#6359)

* Make steef much faster by not printing all history each time

* Use whence -c to expand shell functions as well

* Use $2 (expanded command about to be ran)
parent c7185c35
...@@ -62,7 +62,7 @@ zstyle ':vcs_info:*:prompt:*' nvcsformats "" ...@@ -62,7 +62,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