From 2a5b70d68f23d1450350661d10c3047960d631af Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 23 Oct 2013 12:23:49 -0700 Subject: [PATCH] remove more zshrc cruft --- zsh/zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index c4490ea..898c275 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -129,8 +129,6 @@ setopt histfindnodups # backwards search produces diff result each time setopt histreduceblanks # compact consecutive white space chars (cool) setopt histnostore # don't store history related functions setopt incappendhistory # incrementally add items to HISTFILE -# this is very annoying -#setopt histverify # confirm !: or ^ command results before execution # 3.6. Job Control @@ -300,9 +298,6 @@ function cd () { # if commands takes more than 60 seconds tell me how long it took export REPORTTIME=60 -# use less instead of the default more when no cmd is specified -export READNULLCMD=less - # set shell options setopt no_badpattern # supress err msgs setopt cbases # 0xFF instead of 16#FF