mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +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
|
||||
fi
|
||||
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
HISTSIZE=100000
|
||||
SAVEHIST=100000
|
||||
|
||||
# Show history
|
||||
case $HIST_STAMPS in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue