add zshenv

This commit is contained in:
Thomas Ruoff
2014-10-29 17:00:24 +01:00
parent 8e874bc1ab
commit 5567524f0d

17
zshenv Normal file
View File

@@ -0,0 +1,17 @@
##################
# Source Things
#################
# solarized dircolors
[ -s ~/.dircolors ] && . ~/.dircolors
# extend path
export PATH=$HOME/local/bin:$PATH
# nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
# todo.sh
alias t=todo.sh