include nonnixshellrc on non-nix

This commit is contained in:
Gabriel Ebner 2023-03-30 20:39:13 -07:00
parent 142f2cb9f8
commit b8debc6853
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
export USER=`whoami`
# . $HOME/etc/nonnixshellrc
test -d /run/current-system || . $HOME/etc/nonnixshellrc
# Customisation of Programs {{{1
alias ls='ls --color=auto'