diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-09 07:02:56 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-09 07:02:56 +0200 |
commit | 9f810eec6a98011b551c40f8686b88a4fb0b0862 (patch) | |
tree | 7ebe73f5cd8388c6bf46ce78b7033bc18efc6687 /dotfiles/zsh/functions/preexec_update_git_vars | |
parent | 0a7be29623c8e722107b2d53fe524c6d65f70588 (diff) | |
download | dotfiles_dotdrop-9f810eec6a98011b551c40f8686b88a4fb0b0862.tar.xz dotfiles_dotdrop-9f810eec6a98011b551c40f8686b88a4fb0b0862.zip |
Add zsh config
Diffstat (limited to 'dotfiles/zsh/functions/preexec_update_git_vars')
-rwxr-xr-x | dotfiles/zsh/functions/preexec_update_git_vars | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/zsh/functions/preexec_update_git_vars b/dotfiles/zsh/functions/preexec_update_git_vars new file mode 100755 index 0000000..998de21 --- /dev/null +++ b/dotfiles/zsh/functions/preexec_update_git_vars @@ -0,0 +1,5 @@ +case "$1" in + git*) + __EXECUTED_GIT_COMMAND=1 + ;; +esac
\ No newline at end of file |