1
0
Fork 0

zsh: command history

This commit is contained in:
Von Random 2025-01-10 12:25:02 +02:00
parent 983ff6a6e5
commit 0e5b00c965

View file

@ -3,8 +3,8 @@ stty -ixon
setopt APPEND_HISTORY EXTENDED_HISTORY HIST_IGNORE_DUPS EXTENDED_GLOB AUTO_CD AUTO_PUSHD PRINT_EXIT_VALUE 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 unsetopt BEEP NO_MATCH NOTIFY MENU_COMPLETE AUTO_MENU
SAVEHIST=1000 SAVEHIST=10000
HISTSIZE=1000 HISTSIZE=10000
HISTFILE=$HOME/.histfile.$UID HISTFILE=$HOME/.histfile.$UID
EDITOR=vim EDITOR=vim