This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
call chpwd on new shell
pull/1/head
Brett Langdon
10 years ago
parent
cc87bca7c6
commit
c4c9f78b11
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
zshrc
+ 1
- 0
zshrc
View File
@ -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
Write
Preview
Loading…
Cancel
Save