forked from colonelpanic/dotfiles
Shell fixes
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user