aboutsummaryrefslogtreecommitdiff
path: root/.zsh/functions/preexec_update_git_vars
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-04-25 11:43:04 -0400
committerxero <x@xero.nu>2014-04-25 11:43:04 -0400
commit7d597e8f4ac3318a6e89837e257ef5086e0fdce0 (patch)
treeb5b02bb3a8b45ac31081592789fef299cb38bc46 /.zsh/functions/preexec_update_git_vars
parentd4d3a5a78d08d368d3a86a112ec60ee81b3dd967 (diff)
downloaddotfiles_ascii-7d597e8f4ac3318a6e89837e257ef5086e0fdce0.tar.xz
dotfiles_ascii-7d597e8f4ac3318a6e89837e257ef5086e0fdce0.zip
add zsh git prompt functions
Diffstat (limited to '.zsh/functions/preexec_update_git_vars')
-rw-r--r--.zsh/functions/preexec_update_git_vars5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zsh/functions/preexec_update_git_vars b/.zsh/functions/preexec_update_git_vars
new file mode 100644
index 0000000..998de21
--- /dev/null
+++ b/.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