Enable shared history and a few other options I like

This commit is contained in:
Danielle McLean 2016-10-04 01:04:50 +11:00
parent 82c930f4d5
commit 9e180acee1
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -1,4 +1,9 @@
#! zsh
export HISTFILE=~/.zsh/zhistory
export HISTSIZE=50000
export SAVEHIST=$HISTSIZE
HISTFILE=~/.zsh/zhistory
HISTSIZE=50000
SAVEHIST=$HISTSIZE
setopt extended_history
setopt hist_ignore_all_dups hist_ignore_space
setopt hist_verify
setopt share_history