Load paths for non-interactive shells also

This commit is contained in:
John Mertz 2024-01-31 22:00:05 -07:00
parent 32a78310d5
commit 12f55d0e47
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ THEME="dark"
# Perl junk to allow scripts to run for non-interactive sessions
eval "$(plenv init -)"
source "$HOME/.dotfiles/bash/path"
if [ -f "/run/.containerenv" ]; then
source "$HOME/.dotfiles/bash/bash_profile.distrobox"
else