Load paths for non-interactive shells also
This commit is contained in:
parent
32a78310d5
commit
12f55d0e47
|
@ -24,6 +24,7 @@ THEME="dark"
|
||||||
# Perl junk to allow scripts to run for non-interactive sessions
|
# Perl junk to allow scripts to run for non-interactive sessions
|
||||||
eval "$(plenv init -)"
|
eval "$(plenv init -)"
|
||||||
|
|
||||||
|
source "$HOME/.dotfiles/bash/path"
|
||||||
if [ -f "/run/.containerenv" ]; then
|
if [ -f "/run/.containerenv" ]; then
|
||||||
source "$HOME/.dotfiles/bash/bash_profile.distrobox"
|
source "$HOME/.dotfiles/bash/bash_profile.distrobox"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue