From f502639002035b226cc8b18b57de96ae50aaa6b5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 28 Jul 2015 21:13:24 +0300 Subject: [PATCH] .zshrc: Switch to pkgsrc 2015Q2 on Darwin Signed-off-by: Alan Orth --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index dfca5f5..047f0e4 100644 --- a/.zshrc +++ b/.zshrc @@ -23,8 +23,8 @@ compinit if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then # set pkgsrc paths # see: http://pkgsrc.joyent.com/install-on-osx/ - PATH=/usr/pkg/sbin:/usr/pkg/bin:$PATH - MANPATH=/usr/pkg/man:$MANPATH + PATH=/opt/pkg/sbin:/opt/pkg/bin:$PATH + MANPATH=/opt/pkg/man:$MANPATH # use pkgsrc's GNU coreutils (prefixed with 'g') # requires at least: coreutils findutils gsed