mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-27 12:22:43 -08:00
udpate
This commit is contained in:
@@ -102,3 +102,11 @@ zle -N bracketed-paste bracketed-paste-magic
|
||||
alias claude-mem='bun "/home/sudacode/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs"'
|
||||
fpath=(/home/sudacode/.zsh/completions $fpath)
|
||||
autoload -Uz compinit && compinit
|
||||
|
||||
# pnpm
|
||||
export PNPM_HOME="/home/sudacode/.local/share/pnpm"
|
||||
case ":$PATH:" in
|
||||
*":$PNPM_HOME:"*) ;;
|
||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||
esac
|
||||
# pnpm end
|
||||
|
||||
Reference in New Issue
Block a user