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