diff options
author | Ben Sima <ben@bsima.me> | 2021-08-29 09:59:40 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:38 -0500 |
commit | 46261f9faa896c9d6a6c375b9496ac34378c1082 (patch) | |
tree | 2c358e754578ce583b9962d8a58a0e5137826dcb /Biz/Bild | |
parent | c6224a1c3a75968b74ef579f13ce78c46a6ce2b8 (diff) |
Fix ci command
Diffstat (limited to 'Biz/Bild')
-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 00cd65a..11954a7 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -79,7 +79,7 @@ function sentry() { function run-ci() { lint **/* && bild --test **/* } -alias ci="time timeout 5m run-ci" +alias ci="time run-ci" export PS1='\n$(r=$? && [ $r -eq 0 ] && printf "biz" || printf "%3.*s" $r $r)> ' |