Compare commits

..

No commits in common. "4b4b337b3f6ab6f38e291bd4c453e1afb8961239" and "1e1cb49269cf1bb34dbe811ea3147c75f53d4179" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View file

@ -4,8 +4,7 @@ if status is-interactive
set -x GPG_TTY (tty) set -x GPG_TTY (tty)
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
set -x EDITOR nvim set -x EDITOR nvim
# TODO: add logic for podman/docker #set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock
set DOCKER_HOST unix://$XDG_RUNTIME_DIR/podman/podman.sock
gpgconf --launch gpg-agent gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye gpg-connect-agent updatestartuptty /bye
# ctrl+backspace (^H in kitty) # ctrl+backspace (^H in kitty)

View file

@ -1,6 +1,6 @@
{ {
"notifyAboutUpdates": true, "notifyAboutUpdates": true,
"autoUpdate": true, "autoUpdate": false,
"autoUpdateNotification": true, "autoUpdateNotification": true,
"useQuickCss": true, "useQuickCss": true,
"themeLinks": [], "themeLinks": [],
@ -727,9 +727,6 @@
}, },
"FixImagesQuality": { "FixImagesQuality": {
"enabled": false "enabled": false
},
"FullUserInChatbox": {
"enabled": false
} }
}, },
"notifications": { "notifications": {
@ -742,6 +739,6 @@
"authenticated": false, "authenticated": false,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": false, "settingsSync": false,
"settingsSyncVersion": 1736978258906 "settingsSyncVersion": 1735789651501
} }
} }