mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Switching the HISTSIZE to 32768
This commit is contained in:
parent
6a2ae7c366
commit
f59703264c
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ if [ -z "$HISTFILE" ]; then
|
|||
HISTFILE=$HOME/.zsh_history
|
||||
fi
|
||||
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
HISTSIZE=32768
|
||||
SAVEHIST=32768
|
||||
|
||||
# Show history
|
||||
case $HIST_STAMPS in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue