summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-12-22 01:23:57 -0500
committerkj_sh6042025-12-22 01:23:57 -0500
commit0be3a8cfb634491d14e08b56095ae4133932bab5 (patch)
tree8d935d1f093f424d1e1a0c21a23a0f8b1d6ce628
parentb85d0ad21083224116caa4b413a1b0b36a82ac10 (diff)
refactor: setopt prompt_subst
-rw-r--r--.config/shell/.zshrc1
1 files changed, 1 insertions, 0 deletions
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() {
8 [ ! -f "$2" ] && touch "$2" 8 [ ! -f "$2" ] && touch "$2"
9} 9}
10 10
11setopt prompt_subst
11source_if_exists ~/.config/shell/git-prompt.zsh 12source_if_exists ~/.config/shell/git-prompt.zsh
12source_if_exists ~/.config/shell/git-prompts/kj_sh604-with-attempt-at-fish-style-pwd.zsh 13source_if_exists ~/.config/shell/git-prompts/kj_sh604-with-attempt-at-fish-style-pwd.zsh
13source_if_exists ~/.config/shell/zsh-autosuggestions/zsh-autosuggestions.zsh 14source_if_exists ~/.config/shell/zsh-autosuggestions/zsh-autosuggestions.zsh