Skip to content

Commit

Permalink
Fix history
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeanes committed Dec 5, 2012
1 parent cc4df52 commit 10a2d1a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions shells/zsh/lib/history.zsh
@@ -0,0 +1,13 @@
## Command history configuration
HISTFILE=$HOME/.zsh_history
HISTSIZE=10000
SAVEHIST=10000

setopt append_history
setopt extended_history
setopt hist_expire_dups_first
setopt hist_ignore_dups # ignore duplication command history list
setopt hist_ignore_space
setopt hist_verify
setopt inc_append_history
setopt share_history # share command history data

0 comments on commit 10a2d1a

Please sign in to comment.