Re-arrange PATH order
This commit is contained in:
parent
92a47540c8
commit
4aa948cf8f
1 changed files with 4 additions and 4 deletions
|
|
@ -4,10 +4,10 @@ if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
|
|||
fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue