diff options
| author | 2013-05-05 21:13:09 +0200 | |
|---|---|---|
| committer | 2013-05-05 21:13:09 +0200 | |
| commit | eaee297bd390385f1b17258c9d9d067f2ef0cebc (patch) | |
| tree | 74ebbe47fd981171ecf8570475054a3aac596718 /.zsh/functions/precmd_update_git_vars | |
| parent | 4a2315fb3ac7312f1aa84bcc8fd0c497a1744946 (diff) | |
| download | dotfiles-eaee297bd390385f1b17258c9d9d067f2ef0cebc.tar.gz dotfiles-eaee297bd390385f1b17258c9d9d067f2ef0cebc.zip | |
Cleanup ZSH config
Diffstat (limited to '.zsh/functions/precmd_update_git_vars')
| -rwxr-xr-x | .zsh/functions/precmd_update_git_vars | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.zsh/functions/precmd_update_git_vars b/.zsh/functions/precmd_update_git_vars deleted file mode 100755 index 172456a..0000000 --- a/.zsh/functions/precmd_update_git_vars +++ /dev/null @@ -1,6 +0,0 @@ -# -*- mode: shell-script -*- - -if [ -n "$__EXECUTED_GIT_COMMAND" ]; then - update_current_git_vars - unset __EXECUTED_GIT_COMMAND -fi |
