]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Fri, 6 Feb 2015 17:29:54 +0000 (02:29 +0900)
committerPHO <pho@cielonegro.org>
Fri, 6 Feb 2015 17:29:54 +0000 (02:29 +0900)
dot-files/_zshenv

index 12c215bd81a4927fdebce5cd5dff13af22338913..a957e2b6d8bd1f812053dcad96408393c241c874 100644 (file)
@@ -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"