Disable zsh shared history (wasn't useful)
This commit is contained in:
1
.rc
1
.rc
@@ -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
2
.zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user