This commit is contained in:
Amr Alaa 2018-06-30 19:15:46 +00:00 committed by GitHub
commit 09f74d1868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@ esac
## History file configuration
[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history"
HISTSIZE=50000
SAVEHIST=10000
[ -z "$HISTSIZE" ] && HISTSIZE=50000
[ -z "$SAVEHIST" ] && SAVEHIST=10000
## History command configuration
setopt extended_history # record timestamp of command in HISTFILE