From 451a10e01e89de47ad0e176f207177c407217490 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 1 Nov 2019 20:59:47 -0500 Subject: [PATCH] No nvm stuff --- setup | 4 +--- shell/bash/bashrc | 6 ------ 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/setup b/setup index 52c4326..1465e2a 100755 --- a/setup +++ b/setup @@ -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/" diff --git a/shell/bash/bashrc b/shell/bash/bashrc index 62cc1ab..2543424 100644 --- a/shell/bash/bashrc +++ b/shell/bash/bashrc @@ -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"