mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
run-xmonad.sh: use $HOME when setting PATH.
This commit is contained in:
parent
0f4d83c6ca
commit
53569827b4
@ -8,7 +8,7 @@ FG='#a8a3f7'
|
|||||||
BG='#3f3c6d'
|
BG='#3f3c6d'
|
||||||
FONT="-xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso8859-1"
|
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.
|
# simple xmonad use, no interactive status bar.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user