summaryrefslogtreecommitdiffstats
path: root/postgresql-bashprofile
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-bashprofile')
-rw-r--r--postgresql-bashprofile5
1 files changed, 2 insertions, 3 deletions
diff --git a/postgresql-bashprofile b/postgresql-bashprofile
index b6c014d..1cd70d3 100644
--- a/postgresql-bashprofile
+++ b/postgresql-bashprofile
@@ -1,5 +1,4 @@
+[ -f /etc/profile ] && source /etc/profile
+
PGDATA=/var/lib/pgsql/data
-[ -f $PGDATA/../initdb.i18n ] && source $PGDATA/../initdb.i18n
export PGDATA
-
-