From 9f810eec6a98011b551c40f8686b88a4fb0b0862 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 9 Sep 2019 07:02:56 +0200 Subject: Add zsh config --- dotfiles/zsh/functions/preexec_update_git_vars | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dotfiles/zsh/functions/preexec_update_git_vars (limited to 'dotfiles/zsh/functions/preexec_update_git_vars') 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 -- cgit v1.2.1