aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/zsh/functions/precmd_update_git_vars
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-09 07:02:56 +0200
committerneodarz <neodarz@neodarz.net>2019-09-09 07:02:56 +0200
commit9f810eec6a98011b551c40f8686b88a4fb0b0862 (patch)
tree7ebe73f5cd8388c6bf46ce78b7033bc18efc6687 /dotfiles/zsh/functions/precmd_update_git_vars
parent0a7be29623c8e722107b2d53fe524c6d65f70588 (diff)
downloaddotfiles_dotdrop-9f810eec6a98011b551c40f8686b88a4fb0b0862.tar.xz
dotfiles_dotdrop-9f810eec6a98011b551c40f8686b88a4fb0b0862.zip
Add zsh config
Diffstat (limited to 'dotfiles/zsh/functions/precmd_update_git_vars')
-rwxr-xr-xdotfiles/zsh/functions/precmd_update_git_vars4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/zsh/functions/precmd_update_git_vars b/dotfiles/zsh/functions/precmd_update_git_vars
new file mode 100755
index 0000000..7fa32df
--- /dev/null
+++ b/dotfiles/zsh/functions/precmd_update_git_vars
@@ -0,0 +1,4 @@
+if [ -n "$__EXECUTED_GIT_COMMAND" ]; then
+ update_current_git_vars
+ unset __EXECUTED_GIT_COMMAND
+fi \ No newline at end of file