--- src/bin/psql/startup.c +++ src/bin/psql/startup.c @@ -45,7 +45,7 @@ #ifndef WIN32 #define SYSPSQLRC "psqlrc" -#define PSQLRC ".psqlrc" +#define PSQLRC ".desk/psqlrc" #else #define SYSPSQLRC "psqlrc" #define PSQLRC "psqlrc.conf" @@ -653,7 +653,7 @@ /* - * Load .psqlrc file, if found. + * Load .desk/psqlrc file, if found. */ static void process_psqlrc(char *argv0)