From d33c6cdfa81113e6810a66fd9e3d6af2fa99f59d Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 3 Apr 2012 13:23:22 +0300 Subject: [PATCH] bashrc: add the missing /bin to PATH --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 920c7ce5..bdc480e2 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=$HOME/.local:$PATH +PATH=$HOME/.local/bin:$PATH # Sets web-browser. #export BROWSER=lynx