mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +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
|
HISTFILE=$HOME/.zsh_history
|
||||||
fi
|
fi
|
||||||
|
|
||||||
HISTSIZE=10000
|
HISTSIZE=32768
|
||||||
SAVEHIST=10000
|
SAVEHIST=32768
|
||||||
|
|
||||||
# Show history
|
# Show history
|
||||||
case $HIST_STAMPS in
|
case $HIST_STAMPS in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue