summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-06-14 15:21:14 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-06-14 15:21:14 +0200
commitdd3c141d5f8d1d8d8a3e9918bfa177d7ac07944e (patch)
tree61c72113d858a6db519753537c2ff3d273b535f3 /.zshrc
parent6311d923946c9410f887fece7c373877048ff7b7 (diff)
downloaddotfiles-dd3c141d5f8d1d8d8a3e9918bfa177d7ac07944e.tar.gz
dotfiles-dd3c141d5f8d1d8d8a3e9918bfa177d7ac07944e.tar.xz
zshrc: reenable extended_history
seems to be needed for share_history to work correctly Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index e17ebd2..63af334 100644
--- a/.zshrc
+++ b/.zshrc
@@ -547,7 +547,7 @@ setopt inc_append_history
setopt no_bg_nice
setopt share_history
setopt bang_hist
-setopt no_extended_history
+setopt extended_history
setopt hist_reduce_blanks
setopt hist_ignore_space
setopt hist_find_no_dups