diff --git a/.bash_profile b/.bash_profile index 95f36a4..b63d46a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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