# HG changeset patch # User Meredith Howard # Date 1464986399 25200 # Node ID ac7f662c1db54f0673950d396974857e836fb33a # Parent 28ea012de72eb74b14894f0546a212e631cd706e add interactive_comments diff --git a/.zshrc b/.zshrc --- a/.zshrc +++ b/.zshrc @@ -45,6 +45,7 @@ setopt list_packed setopt correct setopt hist_reduce_blanks setopt hist_save_no_dups +setopt interactive_comments export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"