From f3593870c2add9c0982cd2888ba9adf15e724cfa Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Jun 2008 10:16:44 +0200 Subject: use print_exit_value instead of traps --- etc/options | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/options') 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 -- cgit v1.2.3