diff options
Diffstat (limited to 'Biz')
-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 019c5a3..4e78acc 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -16,6 +16,8 @@ function help() { alias runghc="runghc --ghc-arg=-i$BIZ_ROOT" +alias tree="tree -I _" + function bild() { runghc Biz.Bild $@ } |