diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-13 16:39:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-13 16:39:45 +0200 |
commit | 7b8e71cfb2006579a7204aaa5a58ff25bebb7d85 (patch) | |
tree | c54755092dac8b6269b9d43c7a06397a1bc330fa | |
parent | 82e26f9cf4bbdb926c8cae269dc0044386ddd5b6 (diff) |
Ignore immediate duplicates in shell history
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ setopt extended_glob unsetopt bang_hist +setopt hist_ignore_dups + setopt correct # greedy is more like dvorak than qwerty... |