diff options
Diffstat (limited to 'Biz/Bild/ShellHook.sh')
-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} |