From 1d4e03ca820d2ac6d57652ab00b45a848b494caf Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 28 Sep 2021 19:20:46 +0200 Subject: zsh: Remove custom ZSH prompts Remove loading of custom prompts in .zsh.prompts/* as they are very slow and there are far better cross-shell alternatives such as starship. --- .zsh.before/custom_prompt_path.zsh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .zsh.before/custom_prompt_path.zsh (limited to '.zsh.before') diff --git a/.zsh.before/custom_prompt_path.zsh b/.zsh.before/custom_prompt_path.zsh deleted file mode 100644 index 18e68b9..0000000 --- a/.zsh.before/custom_prompt_path.zsh +++ /dev/null @@ -1,4 +0,0 @@ -#Load themes from yadr and from user's custom prompts (themes) in ~/.zsh.prompts -autoload promptinit -fpath=($HOME/.zsh.prompts $fpath) -promptinit -- cgit v1.2.3-54-g00ecf