From f660e610e1de870baed57453b8e7d0b96d03e0ca Mon Sep 17 00:00:00 2001 From: Eragos Date: Fri, 15 Jul 2016 18:52:03 +0200 Subject: [PATCH] first search @/usr/local/bin/ --- .shellrc.load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellrc.load b/.shellrc.load index 0acf1f6..b851bae 100644 --- a/.shellrc.load +++ b/.shellrc.load @@ -1,6 +1,6 @@ # include what you want -export PATH=$PATH:$HOME/bin +export PATH=/usr/local/bin/:$PATH:$HOME/bin # add this to the .bashrc or .zshrc (done automatically by dfm): # . $HOME/.shellrc.load