Browse Source

call chpwd on new shell

pull/1/head
Brett Langdon 10 years ago
parent
commit
c4c9f78b11
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      zshrc

+ 1
- 0
zshrc View File

@ -55,6 +55,7 @@ function chpwd() {
nvm use nvm use
fi fi
} }
chpwd
# Setup iterm2 shell integration # Setup iterm2 shell integration
test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh

Loading…
Cancel
Save