diff options
author | June McEnroe <june@causal.agency> | 2018-11-27 21:34:02 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-27 21:34:02 -0500 |
commit | 473fb93b805fc9ffaf8a1072a38477d5bd19e833 (patch) | |
tree | 27b621f955dfca9c2b340f5ea6c0c5e1e989fc16 /home | |
parent | Fix ports for Linux (diff) | |
download | src-473fb93b805fc9ffaf8a1072a38477d5bd19e833.tar.gz src-473fb93b805fc9ffaf8a1072a38477d5bd19e833.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/.kshrc | 2 |
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 |