summaryrefslogtreecommitdiff
path: root/common/zsh
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-15 18:15:02 -0500
committerChristian Cleberg <[email protected]>2026-04-15 18:15:02 -0500
commit37e2a70e6bb1b2fa5aac2971fb6ca69ca844551a (patch)
treee93e1ac226756170c70ecf85c636c95cfe8edd2e /common/zsh
parent3bd858e379e84f1655f57f88a1d9ee079d7e10b0 (diff)
downloaddotfiles-37e2a70e6bb1b2fa5aac2971fb6ca69ca844551a.tar.gz
dotfiles-37e2a70e6bb1b2fa5aac2971fb6ca69ca844551a.tar.bz2
dotfiles-37e2a70e6bb1b2fa5aac2971fb6ca69ca844551a.zip
fix: resolve multiple server names in default.conf and multiple 443 blocks in ao
Diffstat (limited to 'common/zsh')
-rw-r--r--common/zsh/.zshrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc
index 9cba6bf..930ee3b 100644
--- a/common/zsh/.zshrc
+++ b/common/zsh/.zshrc
@@ -144,3 +144,12 @@ ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red,bold'
# zoxide
eval "$(zoxide init zsh)"
+
+# bun completions
+[ -s "/Users/cmc/.bun/_bun" ] && source "/Users/cmc/.bun/_bun"
+
+# bun
+export BUN_INSTALL="$HOME/.bun"
+export PATH="$BUN_INSTALL/bin:$PATH"
+
+alias claude-mem='/Users/cmc/.bun/bin/bun "/Users/cmc/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs"'