dotfiles/zpreztorc

19 lines
309 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' \
'prompt'
zstyle ':prezto:module:prompt' theme 'atomaka'