feat(zsh): Update configuration to all different files
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
7
.config/zsh/pnpm.zsh
Normal file
7
.config/zsh/pnpm.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
# pnpm
|
||||
case ":$PATH:" in
|
||||
*":$PNPM_HOME:"*) ;;
|
||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||
esac
|
||||
# pnpm end
|
||||
|
Reference in New Issue
Block a user