From 6e43c9fc4f83225867f5622825ca3de432eee4cb Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 5 Dec 2016 15:52:03 -0800 Subject: [PATCH] [XMonad] Stop writing to last_built --- dotfiles/xmonad/build | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/xmonad/build b/dotfiles/xmonad/build index c9ca0ad6..f80b1e53 100755 --- a/dotfiles/xmonad/build +++ b/dotfiles/xmonad/build @@ -4,6 +4,5 @@ BIN=$1 [[ -n "$BIN" ]] || BIN=xmonad stack install --local-bin-path "$PWD" -date >> "$PWD/last_built" [[ -f "$BIN" ]] || ln -s xmonad "$BIN"