From 53569827b4d81a8c1b03605107ea0cde18bd306c Mon Sep 17 00:00:00 2001 From: "joachim.fasting" Date: Mon, 18 Jun 2007 23:47:03 +0000 Subject: [PATCH] run-xmonad.sh: use $HOME when setting PATH. --- scripts/run-xmonad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-xmonad.sh b/scripts/run-xmonad.sh index 9ded32d5..9f40f9f1 100644 --- a/scripts/run-xmonad.sh +++ b/scripts/run-xmonad.sh @@ -8,7 +8,7 @@ FG='#a8a3f7' BG='#3f3c6d' FONT="-xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso8859-1" -PATH=/home/dons/bin:$PATH +PATH=${HOME}/bin:$PATH # simple xmonad use, no interactive status bar. #