summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/bootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bootstrap b/include/bootstrap
index e1a41f6..77bbf79 100755
--- a/include/bootstrap
+++ b/include/bootstrap
@@ -6,6 +6,7 @@
# and also have an excuse for using zsh here :P
setopt err_exit
+trap "print -P '\n%N:%i: bootstrap failed ($?)'" ZERR
typeset -i rcempty=0
typeset PKG_ROOT PKG_DIR default_path='~/packages'
: ${XDG_CONFIG_HOME=$HOME/.config}