diff options
author | Ben Sima <ben@bsima.me> | 2021-04-02 21:39:47 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-02 21:39:47 -0400 |
commit | e3a813d72449e738bd95323511ad0696719bf396 (patch) | |
tree | dee2ff6b3be3037559b703bbf15a1769c00a88a6 /Biz/Bild | |
parent | 574da8a4d081d19fd7b8447dc616d43786ef5f51 (diff) |
Init bizbot
Diffstat (limited to 'Biz/Bild')
-rw-r--r-- | Biz/Bild/ShellHook.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index f2c2470..5be96ae 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -21,6 +21,8 @@ NC='\033[0m' # No Color alias runghc="runghc --ghc-arg=-i$BIZ_ROOT" +alias guile="guile -L $BIZ_ROOT" + alias tree="tree -I _" # link git hooks |