No nvm stuff

This commit is contained in:
Daniel Flanagan 2019-11-01 20:59:47 -05:00
parent 2a469bf340
commit 451a10e01e
2 changed files with 1 additions and 9 deletions

4
setup
View File

@ -103,9 +103,7 @@ links=(
)
mkdir -p "$edfp/"
if [[ ! -L "$HOME/.env" ]]; then
ln -s "$edfp/" "$HOME/.env/"
fi
[[ ! -e "$HOME/.env" ]] && ln -s "$edfp/" "$HOME/.env"
mkdir -p "$edfp/bash.d/"
mkdir -p "$edfp/bin/"
mkdir -p "$edfp/x/"

View File

@ -120,9 +120,3 @@ export ERL_AFLAGS="-kernel shell_history enabled -kernel shell_history_file_byte
_make_paths
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
[[ -s "/home/daniel/usr/.gvm/scripts/gvm" ]] && source "/home/daniel/usr/.gvm/scripts/gvm"