]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshenv/45_postgresql
add pgsysconfdir support
[zsh.git] / .zsh / zshenv / 45_postgresql
1 # -*- mode: sh -*-
2
3 if [ -e ~/.hide/pg_service.conf ]; then
4     export PGSYSCONFDIR="$(eval 'echo' '~/.hide')";
5 fi;