From ef760c4730f089682b4de23cf0916ea3bcc3fb9a Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Tue, 7 Jul 2026 20:42:15 -0400 Subject: .bash_profile doesn't need to source .bashrc. --- .bash_profile | 3 --- 1 file changed, 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" -- cgit v1.2.3