diff options
author | Ben Sima <ben@bsima.me> | 2020-11-24 20:51:57 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-24 20:51:57 -0500 |
commit | 7aa014cbc4adad725b0ea9284422a146a035ab74 (patch) | |
tree | 61e9027368ee3b4cabe66358157eb55c53f332ce /Biz/Bild | |
parent | 87f18901ec0929592f94714cbd1f7822163cf1e0 (diff) |
Exclude _ via alias in tree command
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 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 $@ } |