Append /usr/local/bin/ to PATH

This commit is contained in:
greg-compass
2023-08-14 01:11:27 -05:00
parent 8ff5c3ea3d
commit 45832980fd
+1
View File
@@ -25,3 +25,4 @@ if platform == "darwin":
$PATH.append(Path("/opt/homebrew/bin/"))
$PATH.append(Path("/run/current-system/sw/bin"))
$PATH.append(Path("/nix/var/nix/profiles/default/bin"))
$PATH.append(Path("/usr/local/bin"))