PATH was in the wrong order.
This commit is contained in:
parent
607f5aeedb
commit
2eb665d9e7
@ -60,4 +60,4 @@ PS1='\[\e[1;32m\][\u@\h \w] \$\[\e[0m\] '
|
||||
|
||||
export EDITOR=vim
|
||||
|
||||
PATH=$PATH:/usr/local/bin
|
||||
PATH=/usr/local/bin:$PATH
|
||||
|
Loading…
Reference in New Issue
Block a user