dotfiles/zpreztorc

20 lines
309 B
Text
Raw Normal View History

fpath=(
${HOME}/.zsh/modules/prompt/functions
${fpath}
)
2015-08-01 19:13:03 -04:00
zstyle ':prezto:*:*' color 'yes'
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'editor' \
'history' \
'directory' \
'spectrum' \
'utility' \
'completion' \
'prompt'
zstyle ':prezto:module:prompt' theme 'atomaka'