Unconditionally add ~/bin to $PATH

This commit is contained in:
Eelco Dolstra 2013-06-19 13:56:05 +02:00
parent 2fe2be3bd2
commit 0f6e9ba946

View file

@ -65,9 +65,7 @@ export ASPELL_CONF="dict-dir $HOME/.nix-profile/lib/aspell"
export PATH=@wrapperDir@:$PATH
# ~/bin if it exists overrides other bin directories.
if [ -d $HOME/bin ]; then
export PATH=$HOME/bin:$PATH
fi
export PATH=$HOME/bin:$PATH
# Set up the per-user profile.
mkdir -m 0755 -p $NIX_USER_PROFILE_DIR