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