From d135c6f5c90c685981e92c069faddfe864774f05 Mon Sep 17 00:00:00 2001 From: takiy33 Date: Sun, 17 Jul 2016 22:40:40 +0900 Subject: [PATCH] Add PGDATA --- runcoms/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runcoms/zshrc b/runcoms/zshrc index 29e74665..a1133e0e 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -14,6 +14,8 @@ fi eval "$(rbenv init -)" +export PGDATA=/usr/local/var/postgres + alias g='git' alias bi='bundle install' alias be='bundle exec'