From c4c9f78b1179c6e4e90623bb57e2d63bfd360597 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 27 Apr 2016 10:23:49 -0400 Subject: [PATCH] call chpwd on new shell --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 8d3adee..9d3aeef 100644 --- a/zshrc +++ b/zshrc @@ -55,6 +55,7 @@ function chpwd() { nvm use fi } +chpwd # Setup iterm2 shell integration test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh