From 37e2a70e6bb1b2fa5aac2971fb6ca69ca844551a Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 15 Apr 2026 18:15:02 -0500 Subject: fix: resolve multiple server names in default.conf and multiple 443 blocks in ao --- common/ssh/.ssh/config | 6 +++--- common/zsh/.zshrc | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config index 2300f0d..241f6c2 100644 --- a/common/ssh/.ssh/config +++ b/common/ssh/.ssh/config @@ -11,9 +11,9 @@ Host hutch HostName 159.203.91.165 Port 22 Host * - #AddKeysToAgent yes - #UseKeychain yes - #IdentityFile ~/.ssh/id_ed25519 + AddKeysToAgent yes + UseKeychain yes + IdentityFile ~/.ssh/id_ed25519 #ControlMaster auto #ControlPath ~/.ssh/master-%r@%h:%p #ControlPersist 300 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"' -- cgit v1.2.3