Initial install of zprezto

This commit is contained in:
Andrew Tomaka 2015-08-01 19:13:03 -04:00
parent 2ef129e90f
commit 9ec4d4add2
5 changed files with 167 additions and 1 deletions

5
zshrc
View file

@ -31,6 +31,11 @@ SAVEHIST=20000
stty start undef
stty stop undef
# load zprezto
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Aliases/Functions files
source $HOME/.aliases
source $HOME/.functions