summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-04-19 13:28:33 -0500
committerJesse Luehrs <doy@tozt.net>2012-04-19 13:28:53 -0500
commit2c7687dfa14e04826910fa529ec4d019c021e268 (patch)
tree0ffa233386e62e886041d75f8313f99bcad9fa05 /zshrc
parent913084fafcc5bc52e7e8662da59ba83666acb025 (diff)
downloadconf-2c7687dfa14e04826910fa529ec4d019c021e268.tar.gz
conf-2c7687dfa14e04826910fa529ec4d019c021e268.zip
less annoying zsh history behavior
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 7f4c26b..19ce9bd 100644
--- a/zshrc
+++ b/zshrc
@@ -30,7 +30,7 @@ source ~/.zshinput
# zsh configuration {{{
autoload -U colors
colors
-setopt sharehistory
+setopt incappendhistory
setopt extendedhistory
setopt histignoredups
setopt nobeep