From 0be3a8cfb634491d14e08b56095ae4133932bab5 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 22 Dec 2025 01:23:57 -0500 Subject: refactor: setopt prompt_subst --- .config/shell/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/shell') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index 176ca9b..ed99e27 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -8,6 +8,7 @@ ensure_directory_and_file() { [ ! -f "$2" ] && touch "$2" } +setopt prompt_subst source_if_exists ~/.config/shell/git-prompt.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 -- cgit v1.2.3