summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-12-25 21:35:13 -0500
committerkj_sh6042025-12-25 21:35:13 -0500
commitd51bb89e203f03e346bf778ee54fbc82c974a59a (patch)
treed670ebea7e7a227fc3f67237f8f4117a74dd3de1
parentec1c2263aa8b60b7645f33a22b3881727be335c0 (diff)
refactor: add job-queue
-rw-r--r--.config/shell/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc
index 22c5e9e..85b52c6 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
14source_if_exists ~/.config/shell/zsh-autosuggestions/zsh-autosuggestions.zsh 14source_if_exists ~/.config/shell/zsh-autosuggestions/zsh-autosuggestions.zsh
15source_if_exists ~/.config/shell/zsh-fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 15source_if_exists ~/.config/shell/zsh-fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
16source_if_exists ~/.config/shell/zsh-history-substring-search/zsh-history-substring-search.zsh 16source_if_exists ~/.config/shell/zsh-history-substring-search/zsh-history-substring-search.zsh
17source_if_exists ~/.config/shell/zsh-abbr/zsh-job-queue/zsh-job-queue.zsh
17source_if_exists ~/.config/shell/zsh-abbr/zsh-abbr.zsh 18source_if_exists ~/.config/shell/zsh-abbr/zsh-abbr.zsh
18 19
19# source personal posix functions 20# source personal posix functions