diff options
author | June McEnroe <june@causal.agency> | 2020-09-11 20:49:19 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-11 20:49:19 -0400 |
commit | ec18220bc6089e69f4cb86d46c6c586cc2f3a3ae (patch) | |
tree | b02af9c057084168f32fd334215079f017898214 /home/.profile | |
parent | Add debian VM name to ssh (diff) | |
download | src-ec18220bc6089e69f4cb86d46c6c586cc2f3a3ae.tar.gz src-ec18220bc6089e69f4cb86d46c6c586cc2f3a3ae.zip |
Use MacPorts rather than pkgsrc
My system is probably such a mess now...
Diffstat (limited to 'home/.profile')
-rw-r--r-- | home/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |