From 565fdda35976c38d4f27f9b51be22ad6a30a2638 Mon Sep 17 00:00:00 2001 From: Seth Etter Date: Thu, 6 Aug 2026 07:47:42 -0500 Subject: [PATCH] zsh: pi alias, always use global node version --- zsh/zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshenv b/zsh/zshenv index a8d3605..4c488e0 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -56,6 +56,9 @@ alias pip=pip3 alias tm="${HOME}/dotfiles/scripts/tmopen.sh" alias aic="aicommits --type conventional" +# resolve node from global mise config (~), not project .tool-versions which may pin a node incompatible with pi +alias pi='mise exec -C ~ -- pi' + # find worktrunk worktree directories function wtl() { fd --type d '\.wt\.' "${1:-.}" -- 2.51.2