diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-07-26 12:25:38 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-07-26 12:25:38 -0400 |
| commit | e3fcd4d7f1fed738125595d42754d7f7a039aca2 (patch) | |
| tree | e052fb6e49fb9bd72cc9a748753c3d2286ed9000 /.bash_profile | |
| parent | 915ec1299a9f42620684f6d0a4ee20321c30b3cb (diff) | |
updates.
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
