Disable zsh shared history (wasn't useful)

This commit is contained in:
2013-09-23 15:16:05 +03:00
parent 7fc6cf166a
commit 7e72536423
2 changed files with 1 additions and 2 deletions

1
.rc
View File

@@ -104,7 +104,6 @@ alias sudo='sudo -E '
alias su='su -m'
# work
alias rmunv='rm -r $(svn st | grep "^?" | sed -r "s/^\? +//")'
alias webui='cd $webui'
# useful stuff

2
.zshrc
View File

@@ -52,7 +52,7 @@ bindkey -M vicmd '?' history-incremental-pattern-search-forward
bindkey -M viins '^R' history-incremental-pattern-search-backward
bindkey -M viins '^F' history-incremental-pattern-search-forward
setopt share_history
#setopt share_history
setopt inc_append_history
autoload -U promptinit