mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user