1
0

3 Commitit 3054fac243 ... 4a13438ebf

Tekijä SHA1 Viesti Päivämäärä
  raylu 4a13438ebf macos tweaks 3 vuotta sitten
  raylu 153da0a272 zod: theme 7 kuukautta sitten
  raylu 3054fac243 macos tweaks 3 vuotta sitten
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      config/zed/settings.json
  2. 1 1
      zshrc

+ 1 - 1
config/zed/settings.json

@@ -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
 }

+ 1 - 1
zshrc

@@ -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
 	fi
 fi