summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-10 11:25:34 -0500
committerChristian Cleberg <[email protected]>2026-05-18 14:13:10 -0500
commitc098c320e5d78469736947ab66dbdeb214f16dbb (patch)
treee22c2354ef68790c9069d54c4f99115fe60b671c /common
parent01978e84e15d6498dabb8ad58283dc0949729f25 (diff)
downloaddotfiles-c098c320e5d78469736947ab66dbdeb214f16dbb.tar.gz
dotfiles-c098c320e5d78469736947ab66dbdeb214f16dbb.tar.bz2
dotfiles-c098c320e5d78469736947ab66dbdeb214f16dbb.zip
daily updates
Diffstat (limited to 'common')
-rw-r--r--common/zsh/.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc
index 4ca2e0a..55e2130 100644
--- a/common/zsh/.zshrc
+++ b/common/zsh/.zshrc
@@ -145,7 +145,6 @@ 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"
@@ -154,3 +153,6 @@ 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"'
+
+# openssl
+export PATH="${HOMEBREW_PREFIX}/opt/openssl/bin:$PATH"