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 /.config/shell | |
| parent | b85d0ad21083224116caa4b413a1b0b36a82ac10 (diff) | |
refactor: setopt prompt_subst
Diffstat (limited to '.config/shell')
| -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() { [ ! -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 |
