Source nix profile if present
This commit is contained in:
parent
dc61e491d9
commit
85efa1e737
@ -36,3 +36,7 @@ fi
|
|||||||
export HISTSIZE=5000
|
export HISTSIZE=5000
|
||||||
export HISTFILE="$HOME/.history/sh"
|
export HISTFILE="$HOME/.history/sh"
|
||||||
export HISTFILESIZE=10000
|
export HISTFILESIZE=10000
|
||||||
|
|
||||||
|
if [ -r "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
|
||||||
|
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||||
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user