From ec18220bc6089e69f4cb86d46c6c586cc2f3a3ae Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 11 Sep 2020 20:49:19 -0400 Subject: Use MacPorts rather than pkgsrc My system is probably such a mess now... --- home/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/.profile b/home/.profile index 796e975f..53942ba3 100644 --- a/home/.profile +++ b/home/.profile @@ -1,6 +1,6 @@ _PATH=$PATH PATH= path() { [ -d "$1" ] && PATH="${PATH}${PATH:+:}${1}"; } -for prefix in '' /usr/local /usr/pkg /usr /opt/pkg ~/.local; do +for prefix in '' /usr/local /opt/local /usr/pkg /usr ~/.local; do path "${prefix}/sbin" path "${prefix}/bin" done -- cgit 1.4.1