Taylor Bockman 2 years ago
parent
commit
1e6eb57cc1
  1. 5
      dotfiles/bash/bashrc
  2. 1
      dotfiles/global_gitignore

5
dotfiles/bash/bashrc

@ -192,3 +192,8 @@ fi
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
. "$HOME/.cargo/env"
if [ -f "~/.private" ]; then
source ~/.private
fi

1
dotfiles/global_gitignore

@ -38,6 +38,7 @@ tramp
# Notes file I tend to leave in projects
project-notes.org
todo.org
# Recent files
recentf

Loading…
Cancel
Save