diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/20-zsh/zshrc | 8 | ||||
-rw-r--r-- | modules/50-discord/discord.json | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/modules/20-zsh/zshrc b/modules/20-zsh/zshrc index d582e61..a866827 100644 --- a/modules/20-zsh/zshrc +++ b/modules/20-zsh/zshrc @@ -73,7 +73,7 @@ export COMPLETION_WAITING_DOTS="true" plugins=( cp #dep:rsync command-not-found #dep:pkgfile - dotenv + #dotenv ssh-agent sudo zsh-autosuggestions @@ -145,9 +145,9 @@ if [[ -d "$HOME/.local/bin" ]]; then fi # asdf-vm -if [[ -d "/opt/asdf-vm/" ]]; then - source "/opt/asdf-vm/asdf.sh" -fi +#if [[ -d "/opt/asdf-vm/" ]]; then +# source "/opt/asdf-vm/asdf.sh" +#fi # esp32-rs #if [[ -d "$HOME/.espressif" ]]; then diff --git a/modules/50-discord/discord.json b/modules/50-discord/discord.json index 1ee0936..73924b4 100644 --- a/modules/50-discord/discord.json +++ b/modules/50-discord/discord.json @@ -51,7 +51,7 @@ "fixmentions": true, "greentext": true, "imgxis": true, - "linuxUpdater": true, + "linuxUpdater": false, "noJoinMessageWave": true, "noReplyChainNag": true, "noThreadNotifications": true, @@ -72,7 +72,7 @@ "panic": true, "typingAvatars": true, "css": { - "enabled": true, + "enabled": false, "options": { "cssPath": [ "/home/chef/.config/hh3/styles.css" |