diff options
| author | 2014-07-01 22:53:27 +0200 | |
|---|---|---|
| committer | 2014-07-01 22:53:27 +0200 | |
| commit | 0d70f1dc57a7aeaba7a4977ccaccfd44a3722517 (patch) | |
| tree | ec1a851de90f2f97be87fee1943bdd2d0e26be58 /zsh/functions/precmd_update_git_vars | |
| parent | d494d318ceedcfc18c81440eb29bd681084ff65c (diff) | |
| download | dotfiles-0d70f1dc57a7aeaba7a4977ccaccfd44a3722517.tar.gz dotfiles-0d70f1dc57a7aeaba7a4977ccaccfd44a3722517.zip | |
Update zsh
Diffstat (limited to 'zsh/functions/precmd_update_git_vars')
| -rw-r--r-- | zsh/functions/precmd_update_git_vars | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/functions/precmd_update_git_vars b/zsh/functions/precmd_update_git_vars new file mode 100644 index 0000000..172456a --- /dev/null +++ b/zsh/functions/precmd_update_git_vars @@ -0,0 +1,6 @@ +# -*- mode: shell-script -*- + +if [ -n "$__EXECUTED_GIT_COMMAND" ]; then + update_current_git_vars + unset __EXECUTED_GIT_COMMAND +fi |
