diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-08-10 16:07:57 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-08-10 16:07:57 +0800 |
commit | 88324114e3725415a550d233a0b9fc16d1d82e53 (patch) | |
tree | 31aa21899bedaaeebd2790e8270ef6ed96ead583 /zsh | |
parent | 45174ff06a1654ddb6896acf1a5b50bd9e62b61f (diff) |
Update
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
157 | fi | 157 | fi |
158 | |||
159 | # pnpm | ||
160 | export PNPM_HOME="/home/pham/.local/share/pnpm" | ||
161 | case ":$PATH:" in | ||
162 | *":$PNPM_HOME:"*) ;; | ||
163 | *) export PATH="$PNPM_HOME:$PATH" ;; | ||
164 | esac | ||
165 | # pnpm end \ No newline at end of file | ||