.profile: Correct PATH additions
This commit is contained in:
parent
bd224ff130
commit
1234631a64
2
.profile
2
.profile
@ -31,7 +31,7 @@ export EDITOR="vi"
|
|||||||
which vim > /dev/null 2>&1 && export EDITOR="vim"
|
which vim > /dev/null 2>&1 && export EDITOR="vim"
|
||||||
|
|
||||||
# Patch PATH
|
# Patch PATH
|
||||||
desiredpath="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/games:/usr/games:$HOME/.local/bin:$HOME/.local/bin/pip"
|
desiredpath="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/games:/usr/games:$HOME/.bin:$HOME/.local/bin"
|
||||||
# Here, we eliminate the parts of the environment-supplied PATH that we already
|
# Here, we eliminate the parts of the environment-supplied PATH that we already
|
||||||
# plan on using
|
# plan on using
|
||||||
IFS=":"
|
IFS=":"
|
||||||
|
Loading…
Reference in New Issue
Block a user