This commit is contained in:
Harald Nordgren 2018-04-22 11:56:27 +00:00 committed by GitHub
commit 657e553c47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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