mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 23:17:22 +01:00
add zshenv
This commit is contained in:
17
zshenv
Normal file
17
zshenv
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user