Update prompt without zprezto

This commit is contained in:
Andrew Tomaka 2015-12-10 11:35:28 -05:00
parent f10fd2d5e9
commit 48c0739427
4 changed files with 12 additions and 62 deletions

10
zshrc
View file

@ -27,18 +27,18 @@ HISTSIZE=20000
HISTFILE=~/.zsh_history
SAVEHIST=20000
# autocorrect
autoload -U compinit
compinit
# Make sure C-s works in vim
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
source $HOME/.zsh/prompt
if [[ "$OSTYPE" == darwin* ]]; then
source $HOME/.aliases-mac