4 "path": "$HOME/.pg_service.conf",
6 "help": "Export the following environment variables:\n\n```bash\nexport PGSERVICEFILE=\"$XDG_CONFIG_HOME/pg/pg_service.conf\"\n```\n"
9 "path": "$HOME/.pgpass",
11 "help": "Export the following environment variables:\n\n```bash\nexport PGPASSFILE=\"$XDG_CONFIG_HOME/pg/pgpass\"\n```\n"
14 "path": "$HOME/.psql_history",
16 "help": "Export the following environment variables:\n\n```bash\nexport PSQL_HISTORY=\"$XDG_DATA_HOME/psql_history\"\n```\n"
19 "path": "$HOME/.psqlrc",
21 "help": "Export the following environment variables:\n\n```bash\nexport PSQLRC=\"$XDG_CONFIG_HOME/pg/psqlrc\"\n```\n"