mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
18 lines
292 B
Bash
18 lines
292 B
Bash
##################
|
|
# 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
|
|
|