From c48241c9739783b16853f9860a637206cda45a18 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 29 Mar 2013 08:24:02 -0700 Subject: [PATCH] Fix missing path to promptinit --- zsh/custom_prompt_path.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/custom_prompt_path.zsh b/zsh/custom_prompt_path.zsh index eed7b613..492880a4 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