forked from colonelpanic/dotfiles
[XMonad] Stop writing to last_built
This commit is contained in:
parent
028a180f71
commit
6e43c9fc4f
@ -4,6 +4,5 @@ BIN=$1
|
|||||||
[[ -n "$BIN" ]] || BIN=xmonad
|
[[ -n "$BIN" ]] || BIN=xmonad
|
||||||
|
|
||||||
stack install --local-bin-path "$PWD"
|
stack install --local-bin-path "$PWD"
|
||||||
date >> "$PWD/last_built"
|
|
||||||
|
|
||||||
[[ -f "$BIN" ]] || ln -s xmonad "$BIN"
|
[[ -f "$BIN" ]] || ln -s xmonad "$BIN"
|
||||||
|
Loading…
Reference in New Issue
Block a user