Unconditionally add ~/bin to $PATH
This commit is contained in:
parent
2fe2be3bd2
commit
0f6e9ba946
@ -65,9 +65,7 @@ export ASPELL_CONF="dict-dir $HOME/.nix-profile/lib/aspell"
|
|||||||
export PATH=@wrapperDir@:$PATH
|
export PATH=@wrapperDir@:$PATH
|
||||||
|
|
||||||
# ~/bin if it exists overrides other bin directories.
|
# ~/bin if it exists overrides other bin directories.
|
||||||
if [ -d $HOME/bin ]; then
|
export PATH=$HOME/bin:$PATH
|
||||||
export PATH=$HOME/bin:$PATH
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Set up the per-user profile.
|
# Set up the per-user profile.
|
||||||
mkdir -m 0755 -p $NIX_USER_PROFILE_DIR
|
mkdir -m 0755 -p $NIX_USER_PROFILE_DIR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user