From ead5248907ae835a9f50c051df2bf91e0b0cd939 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 22 Dec 2025 01:15:12 -0500 Subject: feat: attempt fish style pwd in zsh --- .config/shell/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell/.zshrc') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index c2f6f4d..176ca9b 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -9,7 +9,7 @@ ensure_directory_and_file() { } source_if_exists ~/.config/shell/git-prompt.zsh -source_if_exists ~/.config/shell/git-prompts/kj_sh604.zsh +source_if_exists ~/.config/shell/git-prompts/kj_sh604-with-attempt-at-fish-style-pwd.zsh source_if_exists ~/.config/shell/zsh-autosuggestions/zsh-autosuggestions.zsh source_if_exists ~/.config/shell/zsh-fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh source_if_exists ~/.config/shell/zsh-history-substring-search/zsh-history-substring-search.zsh -- cgit v1.2.3