Add 'custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh'

This commit is contained in:
Jeffrey Paul 2020-06-07 18:36:57 +00:00
parent 2725748e47
commit 14ca9e8697
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
. $HOME/.nix-profile/etc/profile.d/nix.sh;
fi