From 14ca9e869763df9f5026561e4dd0a2032340fa33 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sun, 7 Jun 2020 18:36:57 +0000 Subject: [PATCH] Add 'custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh' --- custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh diff --git a/custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh b/custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh new file mode 100644 index 0000000..219e83c --- /dev/null +++ b/custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh @@ -0,0 +1,3 @@ +if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then + . $HOME/.nix-profile/etc/profile.d/nix.sh; +fi