aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-09-28 19:20:46 +0200
committerDavid Runge <dave@sleepmap.de>2021-09-28 19:20:46 +0200
commit1d4e03ca820d2ac6d57652ab00b45a848b494caf (patch)
tree9096be226954e712a034c7ad11ce40e0bf50322c /.zsh.before
parent6f9e49339221d1da97d5bbceee4856a4e81f530f (diff)
downloaddotfiles-1d4e03ca820d2ac6d57652ab00b45a848b494caf.tar.gz
dotfiles-1d4e03ca820d2ac6d57652ab00b45a848b494caf.tar.bz2
dotfiles-1d4e03ca820d2ac6d57652ab00b45a848b494caf.tar.xz
dotfiles-1d4e03ca820d2ac6d57652ab00b45a848b494caf.zip
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.
Diffstat (limited to '.zsh.before')
-rw-r--r--.zsh.before/custom_prompt_path.zsh4
1 files changed, 0 insertions, 4 deletions
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