From 12f55d0e474add58dc029a05fb837c71f3ca52dc Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 31 Jan 2024 22:00:05 -0700 Subject: [PATCH] Load paths for non-interactive shells also --- bash/bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bash_profile b/bash/bash_profile index 9c53ff40c..1f8210739 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -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