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 | 07fc93ec497ed8308dc8a151798110d9bef68731 (patch) | |
tree | 1eaea4405450d8686152ab0efc09a158a41afb92 /home | |
parent | Add debian VM name to ssh (diff) | |
download | src-07fc93ec497ed8308dc8a151798110d9bef68731.tar.gz src-07fc93ec497ed8308dc8a151798110d9bef68731.zip |
Use MacPorts rather than pkgsrc
My system is probably such a mess now...
Diffstat (limited to '')
-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 |