commit 16d86667e59237e3f1eb0065072d22fc215de82d
parent a45be5ca26395a1734c4e54c2534ba663dda44d1
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 13 Sep 2021 09:55:56 -0700
Eliminate MacPorts path setup
It's been close to a decade since I've used MacPorts, and it seems
unlikely I'll use it much in the future.
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/.paths b/.paths
@@ -30,12 +30,6 @@ path_append() {
# Push /usr/local/bin to the front of PATH
path_prepend "/usr/local/bin"
-# MacPorts
-if [[ "$(uname)" == "Darwin" ]]; then
- path_prepend "/opt/local/sbin"
- path_prepend "/opt/local/bin"
-fi
-
# Fuchsia/Flutter
path_prepend "$HOME/src/depot_tools"
path_prepend "$HOME/src/flutter/flutter/bin"