[xmonad] made build script use $HOME
This commit is contained in:
parent
1dc7138ccc
commit
a4dc2143d6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# ~/.config/xmonad/build
|
||||
#!/bin/sh
|
||||
exec stack ghc -- \
|
||||
exec $HOME/.ghcup/bin/stack ghc -- \
|
||||
--make xmonad.hs \
|
||||
-i \
|
||||
-ilib \
|
||||
|
|
Loading…
Reference in a new issue