diff options
| author | kj_sh604 | 2025-12-25 21:33:50 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-25 21:33:50 -0500 |
| commit | ec1c2263aa8b60b7645f33a22b3881727be335c0 (patch) | |
| tree | bf74f4efa2e585cc670a66240524da610a475bba /.config/shell/.zshrc | |
| parent | 698f33c146248930aa70cb7c0c836112e3215633 (diff) | |
feat: zsh-abbr
Diffstat (limited to '.config/shell/.zshrc')
| -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 ed99e27..22c5e9e 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -14,6 +14,7 @@ source_if_exists ~/.config/shell/git-prompts/kj_sh604-with-attempt-at-fish-style 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 +source_if_exists ~/.config/shell/zsh-abbr/zsh-abbr.zsh # source personal posix functions source_if_exists ~/.config/shell/posix-functions/create_POSIX_dotenv.sh |
