summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/ReadLine.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reply/Plugin/ReadLine.pm')
-rw-r--r--lib/Reply/Plugin/ReadLine.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Reply/Plugin/ReadLine.pm b/lib/Reply/Plugin/ReadLine.pm
index 899d563..31f0e80 100644
--- a/lib/Reply/Plugin/ReadLine.pm
+++ b/lib/Reply/Plugin/ReadLine.pm
@@ -21,10 +21,11 @@ use Term::ReadLine;
This plugin uses L<Term::ReadLine> to read lines from the user. This enables
useful features such as line editing and command history. The history will be
-persisted between runs, by default in C<~/.reply_history>, although this is
-changeable with the C<history_file> option. To limit the number of lines
-written to this file, you can use the C<history_length> option. Setting a
-C<history_length> of C<0> will disable writing history to a file entirely.
+persisted between runs, by default in C<.reply_history> in your application
+data directory, although this is changeable with the C<history_file> option. To
+limit the number of lines written to this file, you can use the
+C<history_length> option. Setting a C<history_length> of C<0> will disable
+writing history to a file entirely.
NOTE: you probably want to install a reasonable L<Term::ReadLine> backend in
order for this plugin to be very useful. L<Term::ReadLine::Gnu> is highly