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/.profile') 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 /> dontfiles
summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/exec1.0 (unfollow)
Commit message (Expand)Author
2026-03-23Add -ll for hilexJune McEnroe
2026-02-17Remove photo metadata directoriesJune McEnroe
2026-02-17Ignore photo metadataJune McEnroe
2026-02-16Populate films datalist with 20 most recently usedJune McEnroe
2026-02-16Select last used bodyJune McEnroe
2026-02-15Don't break on trip with removed bodyJune McEnroe
2026-02-11Keep manpath.conf sortedJune McEnroe