aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--web/stylelint.config.json (renamed from web/stylelint.js)2
-rw-r--r--zsh/zshrc8
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 @@
1module.exports = { 1{
2 "extends": [ 2 "extends": [
3 "stylelint-config-clean-order" 3 "stylelint-config-clean-order"
4 ] 4 ]
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