From 5560f675c5c28e7ea2efdb44e6f38699a297c106 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 27 Nov 2018 21:34:02 -0500 Subject: Switch to pkgsrc on Darwin I've had enough of Homebrew. I want a real package manager that can remove unneeded dependencies. neovim still isn't in pkgsrc, so download binaries of that separately for now. Hopefully I haven't broken any other systems by rewriting install.sh like this. --- home/.kshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/.kshrc b/home/.kshrc index fb605acd..113292cf 100644 --- a/home/.kshrc +++ b/home/.kshrc @@ -7,7 +7,7 @@ function colonize { print "$*" } systemPath=$PATH -PATH=$(colonize {,/usr{/local,/pkg,},$HOME/.local}/{s,}bin /usr/games) +PATH=$(colonize {,/opt/pkg,/usr{/local,/pkg,},$HOME/.local}/{s,}bin /usr/games) CDPATH=:$HOME export PWD -- cgit 1.4.1