summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-07-07 20:42:15 -0400
committerJake Koroman <jake@jakekoroman.com>2026-07-07 20:42:15 -0400
commitef760c4730f089682b4de23cf0916ea3bcc3fb9a (patch)
tree4f5435fa01f90f415b2a084f41ccdc7a5ec0c9c1
parentd0688539d929b9cfe999a37bad74da88b45adb03 (diff)
.bash_profile doesn't need to source .bashrc.
-rw-r--r--.bash_profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile
index 3401696..8e216a0 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="doas"
export TERMINAL="foot"
export WEB_BROWSER="librewolf"