diff options
author | Ben Sima <ben@bsima.me> | 2021-05-12 08:16:05 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:34 -0500 |
commit | 9ce6dbf7f2302f6260cc158e3915f1bc6ca8f6b2 (patch) | |
tree | 724e36c3ea8eb1bbb5c1a3ff76ef3fceb8ebd387 | |
parent | f64462419879ab6138ab073450b3ccd69e0906fd (diff) |
Add -F to tree
-rw-r--r-- | Biz/Bild/ShellHook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index 5be96ae..746f27f 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -23,7 +23,7 @@ alias runghc="runghc --ghc-arg=-i$BIZ_ROOT" alias guile="guile -L $BIZ_ROOT" -alias tree="tree -I _" +alias tree="tree -I _ -F" # link git hooks rm -f $BIZ_ROOT/.git/hooks/{post-checkout,post-merge,pre-commit} |