projects
/
sugar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6167cc7
)
Auto commit by The Sugar System.
author
PHO
<pho@cielonegro.org>
Fri, 6 Feb 2015 17:29:54 +0000
(
02:29
+0900)
committer
PHO
<pho@cielonegro.org>
Fri, 6 Feb 2015 17:29:54 +0000
(
02:29
+0900)
dot-files/_zshenv
patch
|
blob
|
history
diff --git
a/dot-files/_zshenv
b/dot-files/_zshenv
index 12c215bd81a4927fdebce5cd5dff13af22338913..a957e2b6d8bd1f812053dcad96408393c241c874 100644
(file)
--- 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"