diff options
| author | 2014-04-15 16:00:26 +0200 | |
|---|---|---|
| committer | 2014-04-15 16:00:26 +0200 | |
| commit | 3f77e30196685a98ccba0c41c891f723deee6b59 (patch) | |
| tree | 3a1b01a36c63ff4137334a0a322d5cbcb15bfc78 | |
| parent | 1fabb9696b6545cfb029cd8f2b55620e59506958 (diff) | |
| download | zsh-3f77e30196685a98ccba0c41c891f723deee6b59.tar.gz zsh-3f77e30196685a98ccba0c41c891f723deee6b59.zip | |
Don't store duplicate history entries
| -rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ setopt CORRECT setopt EXTENDED_GLOB setopt NOTIFY setopt PROMPT_SUBST # Allow for functions in the prompt +setopt HIST_IGNORE_ALL_DUPS # Don't story any duplicate commands zstyle :compinstall filename '$HOME/.zshrc' |
