summaryrefslogtreecommitdiff
path: root/etc/options
diff options
context:
space:
mode:
Diffstat (limited to 'etc/options')
-rw-r--r--etc/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/options b/etc/options
index 4e4f636..977e993 100644
--- a/etc/options
+++ b/etc/options
@@ -10,6 +10,8 @@ setopt auto_cd cdable_vars
setopt correct
# echo 'foo''bar''' will become foo'bar'
setopt rc_quotes
+# Alert me in case of non-zero exit status
+setopt print_exit_value
# Accidently hitting ^s sucks (alternative: `stty -ixon`)
unsetopt flow_control
# And having to escape "!" everytime does, too