diff --git a/.config/Vencord/settings/settings.json b/.config/Vencord/settings/settings.json index aa3404a..44969c1 100644 --- a/.config/Vencord/settings/settings.json +++ b/.config/Vencord/settings/settings.json @@ -77,7 +77,8 @@ }, "BetterRoleDot": { "enabled": true, - "bothStyles": false + "bothStyles": false, + "copyRoleColorInProfilePopout": false }, "BetterUploadButton": { "enabled": false @@ -586,6 +587,12 @@ }, "Dearrow": { "enabled": false + }, + "OnePingPerDM": { + "enabled": false + }, + "PermissionFreeWill": { + "enabled": false } }, "notifications": { @@ -598,6 +605,6 @@ "authenticated": true, "url": "https://api.vencord.dev/", "settingsSync": true, - "settingsSyncVersion": 1694953114463 + "settingsSyncVersion": 1697115966658 } } \ No newline at end of file diff --git a/.local/bin/npm b/.local/bin/npm index 477a7bb..6faf727 100755 --- a/.local/bin/npm +++ b/.local/bin/npm @@ -41,4 +41,16 @@ if [[ $1 == "install" ]]; then exit fi +# Trick publish command +if [[ $1 == "publish" ]]; then + corepack npm $@ + exit +fi + +# Trick info command +if [[ $1 == "info" ]]; then + corepack npm $@ + exit +fi + pnpm $@ diff --git a/.zshrc b/.zshrc index 50d161e..59d61df 100644 --- a/.zshrc +++ b/.zshrc @@ -118,7 +118,10 @@ export PATH="$ZIGD_HOME:$PATH" # pnpm export PNPM_HOME="/home/hyro/.local/share/pnpm" -export PATH="$PNPM_HOME:$PATH" +case ":$PATH:" in + *":$PNPM_HOME:"*) ;; + *) export PATH="$PNPM_HOME:$PATH" ;; +esac # pnpm end # bun