2 Achegas 4a13438ebf ... 341516f8b5

Autor SHA1 Mensaxe Data
  raylu 341516f8b5 macos tweaks %!s(int64=3) %!d(string=hai) anos
  raylu 4a13438ebf macos tweaks %!s(int64=3) %!d(string=hai) anos
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      zshrc

+ 2 - 1
zshrc

@@ -126,7 +126,8 @@ 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
-	elif [ -d /opt/homebrew/opt/libpq/bin ]; then
+	fi
+	if [ -d /opt/homebrew/opt/libpq/bin ]; then
 		PATH=/opt/homebrew/opt/libpq/bin:$PATH
 	fi
 fi