about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c
index facecd62..c463c1ee 100644
--- a/src/command.c
+++ b/src/command.c
@@ -188,7 +188,11 @@ static struct cmd_t main_commands[] =
           "List all current user preference settings.",
           "User preferences are stored at:",
           "",
-          "    ~/.profanity/config",
+          "    $XDG_CONFIG_HOME/profanity/profrc",
+          "",
+          "If the environment variable XDG_CONFIG_HOME is not set the following default if used:",
+          "",
+          "    $HOME/.config/profanity/profrc",
           "",
           "Preference changes made using the various commands take effect immediately,",
           "you will need to restart Profanity for config file edits to take effect.",
@@ -201,7 +205,11 @@ static struct cmd_t main_commands[] =
           "--------------",
           "Change the colour setting as defined in:",
           "",
-          "    ~/.profanity/themes/theme-name",
+          "    $XDG_CONFIG_HOME/profanity/themes/theme-name",
+          "",
+          "If the environment variable XDG_CONFIG_HOME is not set the following default if used:",
+          "",
+          "    $HOME/.config/profanity/themes/theme-name",
           "",
           "Using \"default\" as the theme name will reset to the default colours.",
           NULL } } },