From f9d087055d1bf1e3feb5fbf7483f13d709ca0e50 Mon Sep 17 00:00:00 2001 From: afranco Date: Mon, 16 Mar 2026 04:12:24 +0000 Subject: [PATCH] feat(zsh): Remove pure prompt --- .config/zsh/prompts/pure | 1 - .gitmodules | 4 ---- 2 files changed, 5 deletions(-) delete mode 160000 .config/zsh/prompts/pure diff --git a/.config/zsh/prompts/pure b/.config/zsh/prompts/pure deleted file mode 160000 index 5c21580..0000000 --- a/.config/zsh/prompts/pure +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5c2158096cd992ad73ae4b42aa43ee618383e092 diff --git a/.gitmodules b/.gitmodules index 97a8a7c..786ab15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,10 +18,6 @@ path = .config/zsh/plugins/zsh-vi-mode url = https://github.com/jeffreytse/zsh-vi-mode branch = master -[submodule ".config/zsh/prompts/pure"] - path = .config/zsh/prompts/pure - url = https://github.com/sindresorhus/pure - branch = main [submodule ".config/tmux/plugins/tpm"] path = .config/tmux/plugins/tpm url = https://github.com/tmux-plugins/tpm