diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index b9e30ee..4133619 100644 --- a/dotfiles/bash/bashrc +++ b/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 + diff --git a/dotfiles/global_gitignore b/dotfiles/global_gitignore index 75e9025..121c0c3 100644 --- a/dotfiles/global_gitignore +++ b/dotfiles/global_gitignore @@ -38,6 +38,7 @@ tramp # Notes file I tend to leave in projects project-notes.org +todo.org # Recent files recentf