From 1e6eb57cc1fa18c0cd06e671585fee9afe93c056 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 1 Aug 2022 09:04:24 -0700 Subject: [PATCH] ok --- dotfiles/bash/bashrc | 5 +++++ dotfiles/global_gitignore | 1 + 2 files changed, 6 insertions(+) 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