From: PHO Date: Fri, 6 Feb 2015 17:29:54 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=d1ad31f9af99878e85b4106a96ca2b2fc96a7750;p=sugar.git Auto commit by The Sugar System. --- diff --git a/dot-files/_zshenv b/dot-files/_zshenv index 12c215b..a957e2b 100644 --- a/dot-files/_zshenv +++ b/dot-files/_zshenv @@ -87,6 +87,11 @@ export OUTPUT_CHARSET="UTF-8" export EDITOR="vim" export PAGER="less" +# pkgsrc +if [[ $(hostname) = "nem.cielonegro.org" ]]; then + export PKG_DBDIR=/usr/pkgdb +fi + # GUI Toolkits export SDL_VIDEODRIVER="x11"