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)
This commit is contained in:
Sean Abraham 2018-04-22 13:37:06 -07:00 committed by Marc Cornellà
parent c7185c35f3
commit 604f580f05
1 changed files with 1 additions and 1 deletions

View File

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