feat(zsh): Update configuration to all different files

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-04-12 15:55:46 +02:00
parent c29aeb5966
commit 8f028e4ee7
6 changed files with 40 additions and 112 deletions

7
.config/zsh/pnpm.zsh Normal file
View File

@@ -0,0 +1,7 @@
# pnpm
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end