diff --git a/dot_bash_steveno b/dot_bash_steveno index be0b24d..3c0800f 100644 --- a/dot_bash_steveno +++ b/dot_bash_steveno @@ -5,7 +5,6 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' [[ -s "/home/steveno/.goto.sh" ]] && source /home/steveno/.goto.sh -[[ -s "/home/steveno/.fzf.bash" ]] && source /home/steveno/.fzf.bash if [[ $DISPLAY ]] && [[ -t 1 ]]; then # If not running interactively, do not do anything @@ -21,11 +20,5 @@ export EDITOR="nvim" shopt -s histverify -export NVM_DIR="$HOME/.nvm" -# Load nvm -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" -# Load nvm bash completion -[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" - # Setup rtx eval "$(/home/steveno/.local/share/rtx/bin/rtx activate bash)"