summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-11 20:49:19 -0400
committerJune McEnroe <june@causal.agency>2020-09-11 20:49:19 -0400
commitec18220bc6089e69f4cb86d46c6c586cc2f3a3ae (patch)
treeb02af9c057084168f32fd334215079f017898214 /home
parentAdd debian VM name to ssh (diff)
downloadsrc-ec18220bc6089e69f4cb86d46c6c586cc2f3a3ae.tar.gz
src-ec18220bc6089e69f4cb86d46c6c586cc2f3a3ae.zip
Use MacPorts rather than pkgsrc
My system is probably such a mess now...
Diffstat (limited to 'home')
-rw-r--r--home/.profile2
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