From 23aadf9f8721bc118adaa0896c86a87e55301840 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 3 Apr 2012 13:16:36 +0300 Subject: [PATCH] bashrc & zshrc: Use $HOME/.packages as the first PATH and then others. /usr/local/bin seems to be the preferred PATH by default. --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 10d755e7..920c7ce5 100644 --- a/bashrc +++ b/bashrc @@ -169,7 +169,7 @@ fi #export TZ="/usr/share/zoneinfo/Europe/Helsinki" # Sets PATH. To add another path, add : to string below. -PATH=$PATH:$HOME/.local/bin +PATH=$HOME/.local:$PATH # Sets web-browser. #export BROWSER=lynx diff --git a/zshrc b/zshrc index a0905293..7e2fcc2f 100644 --- a/zshrc +++ b/zshrc @@ -95,7 +95,7 @@ fi #export TZ="/usr/share/zoneinfo/Europe/Helsinki" # Sets PATH. To add another path, add : to string below. -PATH=$PATH:$HOME/.local/bin +PATH=$HOME/.local/bin:$PATH # Sets web-browser. #export BROWSER=lynx