aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 05d3e9e..7492456 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -155,3 +155,11 @@ if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then
155 add-zle-hook-widget -Uz zle-line-init zle_application_mode_start 155 add-zle-hook-widget -Uz zle-line-init zle_application_mode_start
156 add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop 156 add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop
157fi 157fi
158
159# pnpm
160export PNPM_HOME="/home/pham/.local/share/pnpm"
161case ":$PATH:" in
162 *":$PNPM_HOME:"*) ;;
163 *) export PATH="$PNPM_HOME:$PATH" ;;
164esac
165# pnpm end \ No newline at end of file