Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh into master-mine

This commit is contained in:
Steven Lu 2013-04-16 20:09:57 +00:00
commit 5519f4d720
63 changed files with 1376 additions and 118 deletions

View file

@ -1,5 +1,7 @@
## Command history configuration
HISTFILE=$HOME/.zsh_history
if [ -z $HISTFILE ]; then
HISTFILE=$HOME/.zsh_history
fi
HISTSIZE=10000
SAVEHIST=10000