zsh: command history
This commit is contained in:
parent
983ff6a6e5
commit
0e5b00c965
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ stty -ixon
|
|||
setopt APPEND_HISTORY EXTENDED_HISTORY HIST_IGNORE_DUPS EXTENDED_GLOB AUTO_CD AUTO_PUSHD PRINT_EXIT_VALUE
|
||||
unsetopt BEEP NO_MATCH NOTIFY MENU_COMPLETE AUTO_MENU
|
||||
|
||||
SAVEHIST=1000
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=10000
|
||||
HISTSIZE=10000
|
||||
HISTFILE=$HOME/.histfile.$UID
|
||||
|
||||
EDITOR=vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue