chore(xmonad): made build script use $HOME
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ~/.config/xmonad/build
|
||||
#!/bin/sh
|
||||
exec stack ghc -- \
|
||||
exec $HOME/.ghcup/bin/stack ghc -- \
|
||||
--make xmonad.hs \
|
||||
-i \
|
||||
-ilib \
|
||||
|
||||
Reference in New Issue
Block a user