Add some zsh options

Fri, 22 Jan 2016 17:44:49 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 22 Jan 2016 17:44:49 -0500
changeset 244
721455edd12b
parent 243
9315299c4adc
child 245
9fa186a70bbd

Add some zsh options

.zshrc file | annotate | diff | comparison | revisions
--- a/.zshrc
+++ b/.zshrc
@@ -38,6 +38,15 @@ fi
 # User configuration
 path=("$HOME/bin" "$path[@]")
 
+REPORTTIME=5
+
+setopt list_packed
+setopt correct
+setopt hist_reduce_blanks
+setopt hist_save_no_dups
+
+export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"
+
 source ~/.profile.common
 
 for ENVTHING in $envthings; do

mercurial