Unconditionally add ~/bin to $PATH
This commit is contained in:
parent
2fe2be3bd2
commit
0f6e9ba946
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue