summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-08-10 20:26:17 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-08-10 21:02:55 +0100
commit2598bbf750d724e043b5cd5a9bb03034a38aebf0 (patch)
tree96276392a98c4af94d5efc96f6fdb1631ebaff62
parentf83beb1c72d91909abff5fbe931f8e0e33e6ab34 (diff)
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 <duskcoder@gmail.com>
-rwxr-xr-xuser/.wmii/wmiirc1
1 files changed, 0 insertions, 1 deletions
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%%:*}"