aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before/custom_prompt_path.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.before/custom_prompt_path.zsh')
-rw-r--r--.zsh.before/custom_prompt_path.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zsh.before/custom_prompt_path.zsh b/.zsh.before/custom_prompt_path.zsh
new file mode 100644
index 0000000..18e68b9
--- /dev/null
+++ b/.zsh.before/custom_prompt_path.zsh
@@ -0,0 +1,4 @@
+#Load themes from yadr and from user's custom prompts (themes) in ~/.zsh.prompts
+autoload promptinit
+fpath=($HOME/.zsh.prompts $fpath)
+promptinit