diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-07-28 21:32:34 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-07-28 21:32:34 -0400 |
| commit | 8840e556faa55bc4a0371079a1081e7888f1919a (patch) | |
| tree | 4a28600741f4a2081a4ed60759377717c3e43d26 /.bash_profile | |
| parent | 9cfaf3aeae1841d479875521caca6ac820ed4c9b (diff) | |
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 8e216a0..58f8886 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,6 +2,7 @@ # /etc/profile will be sourced by bash automatically # Set up the home environment profile. if [ -f ~/.profile ]; then source ~/.profile; fi +if [ -f ~/.bashrc ]; then source ~/.bashrc; fi export SUDO="doas" export TERMINAL="foot" |
