shortening history for quick exit

This commit is contained in:
Hunter Haugen 2010-05-08 04:43:50 -07:00
parent 11c55d7693
commit ec51803e44
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
[user]
name = Hunter Haugen
email = hunner@cat.pdx.edu
email = h.haugen@gmail.com

6
.zshrc
View file

@ -1,5 +1,5 @@
# Options
setopt appendhistory autocd extendedglob nomatch notify dvorak # correct
setopt appendhistory hist_ignore_all_dups autocd extendedglob nomatch notify dvorak # correct
unsetopt beep
bindkey -e
zstyle :compinstall filename '~/.zshrc'
@ -62,8 +62,8 @@ fi
export GEM_HOME="$HOME/.gems"
export GEM_PATH="$GEM_HOME:/usr/lib/ruby/gems/1.8"
zshhosts=(serenity.cat.pdx.edu hunner@mint.cic.pdx.edu drkatz.cat.pdx.edu walt.ece.pdx.edu bunny.cat.pdx.edu spof.cat.pdx.edu fops.cat.pdx.edu narsil.cat.pdx.edu hunner@odin.pdx.edu hunnur@alcmaeonllc.com mir.cat.pdx.edu geppetto.cat.pdx.edu)
HISTSIZE=10000
SAVEHIST=10000
HISTSIZE=1000
SAVEHIST=1000
HISTFILE=~/.history
PS1="%m%# "
export LANG="en_US.UTF-8"