diff options
| author | kj_sh604 | 2025-12-22 01:23:57 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-22 01:23:57 -0500 |
| commit | 0be3a8cfb634491d14e08b56095ae4133932bab5 (patch) | |
| tree | 8d935d1f093f424d1e1a0c21a23a0f8b1d6ce628 | |
| parent | b85d0ad21083224116caa4b413a1b0b36a82ac10 (diff) | |
refactor: setopt prompt_subst
| -rw-r--r-- | .config/shell/.zshrc | 1 |
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 | ||
| 11 | setopt prompt_subst | ||
| 11 | source_if_exists ~/.config/shell/git-prompt.zsh | 12 | source_if_exists ~/.config/shell/git-prompt.zsh |
| 12 | source_if_exists ~/.config/shell/git-prompts/kj_sh604-with-attempt-at-fish-style-pwd.zsh | 13 | source_if_exists ~/.config/shell/git-prompts/kj_sh604-with-attempt-at-fish-style-pwd.zsh |
| 13 | source_if_exists ~/.config/shell/zsh-autosuggestions/zsh-autosuggestions.zsh | 14 | source_if_exists ~/.config/shell/zsh-autosuggestions/zsh-autosuggestions.zsh |
