Update history length

This commit is contained in:
Andrew Tomaka 2013-04-29 01:12:02 -04:00
parent 67cdb5a0f0
commit 86c4d7c2a0

6
.zshrc
View file

@ -11,6 +11,12 @@ ZSH_THEME="robbyrussell"
chpwd() {
ls -lvh --color=auto
}
# Larger history
HISTSIZE=10000
HISTFILE=~/.zsh_history
SAVEHIST=10000
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"