Add 'custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh'
This commit is contained in:
parent
2725748e47
commit
14ca9e8697
|
@ -0,0 +1,3 @@
|
|||
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
|
||||
. $HOME/.nix-profile/etc/profile.d/nix.sh;
|
||||
fi
|
Loading…
Reference in New Issue