summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-27 21:34:02 -0500
committerJune McEnroe <june@causal.agency>2018-11-27 21:34:02 -0500
commit5560f675c5c28e7ea2efdb44e6f38699a297c106 (patch)
treec1b18f0fe6837be339907b8f870de2517868528c /home
parentFix ports for Linux (diff)
downloadsrc-5560f675c5c28e7ea2efdb44e6f38699a297c106.tar.gz
src-5560f675c5c28e7ea2efdb44e6f38699a297c106.zip
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.
Diffstat (limited to 'home')
-rw-r--r--home/.kshrc2
1 files changed, 1 insertions, 1 deletions
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