mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 04:10:09 +00:00
parent
c117d241cb
commit
45a9f28464
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue