Skip to content

Commit

Permalink
Remove outdated entries from bash setup
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed Dec 10, 2023
1 parent 488be9a commit cf423f5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dot_bash_steveno
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)"

0 comments on commit cf423f5

Please sign in to comment.