@@ -15,7 +15,7 @@
"search_wrap": false,
"ssh_connections": [{ "host": "dev", "projects": [{ "paths": ["/src"] }] }],
"telemetry": { "metrics": false },
- "theme": { "mode": "system", "light": "One Light", "dark": "One Dark" },
+ "theme": { "mode": "system", "light": "One Light", "dark": "Catppuccin Macchiato" },
"ui_font_size": 16,
"vim_mode": true
}
@@ -126,7 +126,7 @@ if [ -d /opt/homebrew/bin ]; then
fi
if [ -d /opt/homebrew/opt/uutils-coreutils/libexec/uubin ]; then
PATH=/opt/homebrew/opt/uutils-coreutils/libexec/uubin:$PATH
- if [ -d /opt/homebrew/opt/libpq/bin ]; then
+ elif [ -d /opt/homebrew/opt/libpq/bin ]; then
PATH=/opt/homebrew/opt/libpq/bin:$PATH