other various changes

This commit is contained in:
Mike Hostetler 2011-03-16 15:02:36 -05:00
commit 0d09d9a10a
3 changed files with 2 additions and 14 deletions

View file

@ -1,4 +1,4 @@
## Command history configuration
HISTFILE=$HOME/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
@ -10,11 +10,8 @@ setopt hist_verify
setopt inc_append_history
setopt extended_history
setopt hist_expire_dups_first
<<<<<<< HEAD
=======
setopt hist_ignore_space
setopt SHARE_HISTORY
>>>>>>> upstream/master
setopt APPEND_HISTORY