fa357bbd35
We no longer pollute yadr or prezto directories with custom code!
4 lines
156 B
Bash
4 lines
156 B
Bash
#Load themes from yadr and from user's custom prompts (themes) in ~/.zsh.prompts
|
|
fpath=($HOME/.yadr/zsh/prezto-themes $HOME/.zsh.prompts $fpath)
|
|
promptinit
|