From f331acbdf530006320d44c58169330236b3a95c7 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 24 Dec 2012 18:33:22 +0200 Subject: [PATCH] =?UTF-8?q?bashrc=20&=20zshrc=20&=20xsessionrc:=20add=20Ma?= =?UTF-8?q?cPorts=20into=C2=A0$PATH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bashrc | 2 +- xsessionrc | 2 +- zshrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index d435c2a3..9b1a5e02 100644 --- a/bashrc +++ b/bashrc @@ -167,7 +167,7 @@ fi #export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT # Sets PATH. To add another path, add : to string below. -PATH=$HOME/.local/bin:$HOME/.local/games:$PATH +PATH=$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin:/opt/local/games/:$PATH # "Changes" home directory without root. Uncomment both lines below this. #export HOME= diff --git a/xsessionrc b/xsessionrc index 2fd32004..e0720576 100644 --- a/xsessionrc +++ b/xsessionrc @@ -1,4 +1,4 @@ -PATH=$HOME/.local/bin:$PATH +PATH=$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin:/opt/local/games/:$PATH # Use gpg-agent eval $(gpg-agent --daemon) diff --git a/zshrc b/zshrc index 4d675c4e..9ebfe12b 100644 --- a/zshrc +++ b/zshrc @@ -97,7 +97,7 @@ fi # export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP # MKAYSIGREPENVIRONMENT # Sets PATH. To add another path, add : to string below. -PATH=$HOME/.local/bin:$HOME/.local/games:$PATH +PATH=$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin:/opt/local/games/:$PATH # "Changes" home directory without root. Uncomment both lines below this. #export HOME=