Add auto-complete for pnpm

This commit is contained in:
2026-03-13 14:14:43 +01:00
parent 49e7cf1816
commit 30bcab5f3e

View File

@@ -114,6 +114,9 @@ if [ -d "$PNPM_HOME" ]; then
else
unset PNPM_HOME
fi
if (( $+commands[pnpm] )); then
source <(pnpm completion zsh)
fi
export FZF_DEFAULT_OPTS='--tmux'
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'