From e7b57bc5c5383a6eac9b7d8d0af4f1c63723b948 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 17 May 2017 15:38:23 +0200 Subject: [PATCH] move prompt theme to separate dir --- .zsh/{func => themes}/prompt_madduck_setup | 0 .zsh/zshrc/99-prompt_setup | 3 +++ 2 files changed, 3 insertions(+) rename .zsh/{func => themes}/prompt_madduck_setup (100%) diff --git a/.zsh/func/prompt_madduck_setup b/.zsh/themes/prompt_madduck_setup similarity index 100% rename from .zsh/func/prompt_madduck_setup rename to .zsh/themes/prompt_madduck_setup diff --git a/.zsh/zshrc/99-prompt_setup b/.zsh/zshrc/99-prompt_setup index bc6181c..2dcf49f 100644 --- a/.zsh/zshrc/99-prompt_setup +++ b/.zsh/zshrc/99-prompt_setup @@ -8,7 +8,10 @@ # autoload -Uz promptinit +declare -la fpath_saved=($fpath) +fpath+=$ZDOTDIR/themes promptinit prompt madduck +fpath=($fpath_saved) # vim:ft=zsh -- 2.39.2