dotfiles/zpreztorc
Andrew Tomaka 219eaf5c70 Cleanup some stuff
rbenv loading and some minor display stuff
2015-08-03 14:27:37 -04:00

20 lines
320 B
Text

fpath=(
${HOME}/.zsh/modules/prompt/functions
${fpath}
)
zstyle ':prezto:*:*' color 'yes'
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'editor' \
'history' \
'directory' \
'spectrum' \
'utility' \
'completion' \
'ruby' \
'prompt'
zstyle ':prezto:module:prompt' theme 'atomaka'