Add nvm
This commit is contained in:
parent
a22cd5f467
commit
610698b3c3
@ -4,6 +4,10 @@ export PATH='/home/sortion/.luarocks/bin:/home/sortion/.julia/bin:/home/sortion/
|
||||
|
||||
export EDITOR=vim
|
||||
|
||||
# nvm
|
||||
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
||||
export TEXMFHOME=~/.texmf
|
||||
|
||||
# Change ls colors using vivid if installed
|
||||
|
Loading…
Reference in New Issue
Block a user