Shell fixes

This commit is contained in:
2016-12-12 23:10:35 -08:00
parent e0f1a4c5c9
commit ef93836120
4 changed files with 188 additions and 41 deletions

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env bash
BIN=$1
[[ -n "$BIN" ]] || BIN=xmonad
stack install --local-bin-path "$PWD"
[[ -f "$BIN" ]] || ln -s xmonad "$BIN"