From 2598bbf750d724e043b5cd5a9bb03034a38aebf0 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Mon, 10 Aug 2015 20:26:17 +0100 Subject: wmii: do not add the local bin directory to the PATH The PATH environment variable is supposed to be set for the user so it is removed from the configuration of wmii. Signed-off-by: Olivier Gayot --- user/.wmii/wmiirc | 1 - 1 file changed, 1 deletion(-) (limited to 'user/.wmii/wmiirc') diff --git a/user/.wmii/wmiirc b/user/.wmii/wmiirc index 26c5615..6e276b2 100755 --- a/user/.wmii/wmiirc +++ b/user/.wmii/wmiirc @@ -24,7 +24,6 @@ export WMII_FONT='-*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*' set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS) export WMII_TERM="urxvt" -export PATH=$HOME/bin:$PATH if ! test -d "${WMII_CONFPATH%%:*}"; then mkdir "${WMII_CONFPATH%%:*}" -- cgit v1.2.3