Skip to content

Commit

Permalink
Need to pass arguments also
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Aug 2, 2010
1 parent 0dcaa23 commit 9019887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zshrc.sh
Expand Up @@ -14,15 +14,15 @@ fpath=($__GIT_PROMPT_DIR/functions $fpath)
autoload -U $__GIT_PROMPT_DIR/functions/*(:t)

function preexec() {
preexec_update_git_vars
preexec_update_git_vars $@
}

function precmd() {
precmd_update_git_vars
precmd_update_git_vars $@
}

function chpwd() {
chpwd_update_git_vars
chpwd_update_git_vars $@
}


Expand Down

0 comments on commit 9019887

Please sign in to comment.