This commit is contained in:
Morten Olsen
2023-09-19 20:17:43 +02:00
parent a7bfa09045
commit d783191931
4 changed files with 12 additions and 4 deletions

View File

@@ -32,9 +32,6 @@ if [ -d $HOME/.shellrc/rc.d ]; then
for file in $HOME/.shellrc/rc.d/*.sh; do
source $file
done
for file in $HOME/.shellrc/rc.d/*.zsh; do
source $file
done
fi
# Load all files from .shell/zshrc.d directory
@@ -48,6 +45,10 @@ if [[ -n "$SSH_CONNECTION" ]] ;then
export PINENTRY_USER_DATA="USE_CURSES=1"
fi
if [ -f $HOME/.systemrc ]; then
source $HOME/.systemrc
fi
[ -f ~/.env ] && source ~/.env