From e3fcd4d7f1fed738125595d42754d7f7a039aca2 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sat, 26 Jul 2025 12:25:38 -0400 Subject: updates. --- .bash_profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index d89387a..e72eec5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,9 +3,6 @@ # Set up the home environment profile. if [ -f ~/.profile ]; then source ~/.profile; fi -# Honor per-interactive-shell startup file -if [ -f ~/.bashrc ]; then source ~/.bashrc; fi - export SUDO="sudo" export TERMINAL="st" export BROWSER="firefox" @@ -29,3 +26,6 @@ export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export MANPATH="$MANPATH:$XDG_DATA_HOME/man" export _JAVA_AWT_WM_NONREPARENTING="1" export PATH="$CARGO_HOME/bin:$HOME/.local/bin:$HOME/scripts:$PATH" + +# Honor per-interactive-shell startup file +if [ -f ~/.bashrc ]; then source ~/.bashrc; fi -- cgit v1.2.3