Make zsh work with history / C-r again.
This commit is contained in:
parent
2ba24f870c
commit
7d294069e6
7
.zshrc
7
.zshrc
@ -34,12 +34,7 @@ man() {
|
||||
man "$@"
|
||||
}
|
||||
|
||||
# history control variables
|
||||
export HISTCONTROL=ignoreboth
|
||||
export HISTSIZE="INFINITE"
|
||||
export HISTFILESIZE=5000
|
||||
export HISTCONTROL="ignorespace"
|
||||
export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "
|
||||
setopt appendhistory
|
||||
|
||||
# make less more friendly for non-text input files, see lesspipe(1)
|
||||
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
|
||||
|
Loading…
Reference in New Issue
Block a user