From b8debc6853545c10f43c52eb58eace4d2f5d273c Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 30 Mar 2023 20:39:13 -0700 Subject: [PATCH] include nonnixshellrc on non-nix --- commonshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commonshrc b/commonshrc index 9e73e14..a6d3de7 100644 --- a/commonshrc +++ b/commonshrc @@ -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'