From 43c082481b22f45ca783eaed55a8c779376d47c9 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 20 Feb 2018 10:03:29 -0800 Subject: [PATCH] printing every exit code is annoying --- zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8b29aab..7640760 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -5,7 +5,6 @@ SAVEHIST=1000000 DIRSTACKSIZE=100 setopt appendhistory extendedglob nomatch setopt autopushd pushdsilent pushdtohome histignorespace -setopt printexitvalue unsetopt beep autocd notify bindkey -e # End of lines configured by zsh-newuser-install