Update path

This commit is contained in:
2017-03-27 14:30:58 -04:00
parent ea7e3ab69b
commit 29514364c6
2 changed files with 3 additions and 2 deletions

2
zshenv
View File

@@ -38,7 +38,7 @@ fi
# TODO setup a .personal-files bin directory and soft link contents to /usr/bin during setup
#export PATH=/usr/local/sbin:/usr/local/bin:${PATH}
path=($HOME/bin ${ANSIBLE_DIR}/bin ${RBENV_PATH}/bin $HOME/.vim/scripts $path)
path=($HOME/bin $HOME/.dotfiles/bin ${ANSIBLE_DIR}/bin ${RBENV_PATH}/bin $HOME/.vim/scripts $path)
if [[ $platform == 'Darwin' ]]; then
source $HOME/.cargo/env