diff options
| -rw-r--r-- | .bash_profile | 3 |
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" |
