From 6fe050db25a91ee64e61e85f8476cad3414961f8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 29 Mar 2025 08:45:41 +0200 Subject: [PATCH] {bash,zsh}rc: fix pn alias --- rc/bashrc | 2 +- rc/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 51256fd4..3c049e34 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -640,7 +640,7 @@ else fi # https://pnpm.io/installation#using-a-shorter-alias -alias pn="corepack pnpm" +alias pn="pnpm" # github-pages etc. if hash bundle 2> /dev/null; then diff --git a/rc/zshrc b/rc/zshrc index 9e462e01..bffbed65 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -628,7 +628,7 @@ else fi # https://pnpm.io/installation#using-a-shorter-alias -alias pn="corepack pnpm" +alias pn="pnpm" # github-pages etc. if hash bundle 2> /dev/null; then