diff --git a/zsh/custom_prompt_path.zsh b/zsh/custom_prompt_path.zsh index eed7b61..492880a 100644 --- a/zsh/custom_prompt_path.zsh +++ b/zsh/custom_prompt_path.zsh @@ -1,3 +1,4 @@ #Load themes from yadr and from user's custom prompts (themes) in ~/.zsh.prompts +autoload promptinit fpath=($HOME/.yadr/zsh/prezto-themes $HOME/.zsh.prompts $fpath) promptinit