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 | |
parent | 45174ff06a1654ddb6896acf1a5b50bd9e62b61f (diff) |
Update
-rw-r--r-- | web/stylelint.config.json (renamed from web/stylelint.js) | 2 | ||||
-rw-r--r-- | zsh/zshrc | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/web/stylelint.js b/web/stylelint.config.json index 27491df..dd59e54 100644 --- a/web/stylelint.js +++ b/web/stylelint.config.json | |||
@@ -1,4 +1,4 @@ | |||
1 | module.exports = { | 1 | { |
2 | "extends": [ | 2 | "extends": [ |
3 | "stylelint-config-clean-order" | 3 | "stylelint-config-clean-order" |
4 | ] | 4 | ] |
@@ -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 | ||