From 991b0d9ffac716cf2ede9e3c9ad3c30e33071484 Mon Sep 17 00:00:00 2001 From: "joachim.fasting" Date: Tue, 19 Jun 2007 01:47:03 +0200 Subject: run-xmonad.sh: use $HOME when setting PATH. darcs-hash:20070618234703-ea16c-731cdb87894ff3f725ab7cafc3bbd5822a2f8517.gz --- scripts/run-xmonad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/run-xmonad.sh b/scripts/run-xmonad.sh index 9ded32d..9f40f9f 100755 --- 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. # -- cgit v1.2.3