Skip to content

Commit

Permalink
Cleanup .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
semanser committed Jan 2, 2024
1 parent 3986615 commit 84da543
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bash/.bashrc
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export PATH="$HOME/.cargo/bin:$PATH"

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

source /Users/semanser/.config/broot/launcher/bash/br

0 comments on commit 84da543

Please sign in to comment.