mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Merge fb5bb8fd4d into dd39d43021
This commit is contained in:
commit
657e553c47
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=100000
|
||||||
SAVEHIST=10000
|
SAVEHIST=100000
|
||||||
|
|
||||||
# Show history
|
# Show history
|
||||||
case $HIST_STAMPS in
|
case $HIST_STAMPS in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue