summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-21 16:48:14 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-21 16:48:14 +0300
commitc776bf31c9d1f25144ee156c71dd1a1846aef29d (patch)
treedaaa45f7ae8bd9f76f1058dd6d83a26ff367fa23
parent8dd95794e5c91d9e51063303271eabc7b724bfe8 (diff)
Updated some quirks.
Changes to be committed: modified: Vencord/settings/settings.json modified: zsh/aliases modified: zsh/zshrc
-rw-r--r--Vencord/settings/settings.json11
-rw-r--r--zsh/aliases3
-rw-r--r--zsh/zshrc4
3 files changed, 15 insertions, 3 deletions
diff --git a/Vencord/settings/settings.json b/Vencord/settings/settings.json
index 83011d6..0595f40 100644
--- a/Vencord/settings/settings.json
+++ b/Vencord/settings/settings.json
@@ -381,7 +381,8 @@
"groups": true,
"servers": true,
"friends": true,
- "friendRequestCancels": true
+ "friendRequestCancels": true,
+ "notices": false
},
"RevealAllSpoilers": {
"enabled": true
@@ -502,7 +503,8 @@
},
"UserVoiceShow": {
"enabled": true,
- "showInUserProfileModal": true
+ "showInUserProfileModal": true,
+ "showVoiceChannelSectionHeader": true
},
"USRBG": {
"enabled": true,
@@ -592,6 +594,9 @@
},
"ThemeAttributes": {
"enabled": true
+ },
+ "NoTypingAnimation": {
+ "enabled": false
}
},
"notifications": {
@@ -604,6 +609,6 @@
"authenticated": false,
"url": "https://api.vencord.dev/",
"settingsSync": false,
- "settingsSyncVersion": 1697289264290
+ "settingsSyncVersion": 1697824463047
}
} \ No newline at end of file
diff --git a/zsh/aliases b/zsh/aliases
index 1e0b1df..302e282 100644
--- a/zsh/aliases
+++ b/zsh/aliases
@@ -18,6 +18,9 @@ alias v='nvim'
alias fzf='sk'
+# flatpaks
+alias spotube='dbus-run-session flatpak run com.github.KRTirtho.Spotube'
+
# secure shells
alias spi='ssh -X pi@192.168.0.130'
diff --git a/zsh/zshrc b/zsh/zshrc
index 3e7eca4..cc79c66 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -22,3 +22,7 @@ PROMPT_EOL_MARK=""
promptinit
compinit
+
+export PYENV_ROOT="$HOME/.pyenv"
+command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
+eval "$(pyenv init -)"