don't add .local/bin to the path multiple times
This commit is contained in:
parent
ac25b34a93
commit
31b6995b6d
|
@ -1,6 +1,8 @@
|
|||
unset BASH_ENV
|
||||
|
||||
if [[ :$PATH: != *:"${HOME}/.local/bin":* ]] ; then
|
||||
export PATH="${HOME}/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
nac () {
|
||||
local txtbld=$(tput bold)
|
||||
|
|
Loading…
Reference in New Issue