Update path
This commit is contained in:
parent
ea7e3ab69b
commit
29514364c6
|
@ -3,5 +3,6 @@ test -f ~/.aliases && . ~/.functions
|
||||||
test -f ~/.aliases && . ~/.aliases
|
test -f ~/.aliases && . ~/.aliases
|
||||||
# Unbreak broken, non-colored terminal
|
# Unbreak broken, non-colored terminal
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
export PATH=$HOME/bin/:$PATH
|
# Needed for mingw32
|
||||||
|
export PATH=$HOME/bin/:$HOME/.dotfiles/bin:$PATH
|
||||||
cd ~
|
cd ~
|
||||||
|
|
2
zshenv
2
zshenv
|
@ -38,7 +38,7 @@ fi
|
||||||
# TODO setup a .personal-files bin directory and soft link contents to /usr/bin during setup
|
# 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}
|
#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
|
if [[ $platform == 'Darwin' ]]; then
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
|
|
Loading…
Reference in New Issue
Block a user