summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-18 10:45:59 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-18 10:46:47 -0400
commitc846db7fe32a48b2dc5da274b75aec957c2356a3 (patch)
tree1b9e1a8c5fc77f4f0e9a4d99bfe294e6a81fe96b
parente4832a7b870c703d933b1e38400a5269b850940d (diff)
downloadreply-c846db7fe32a48b2dc5da274b75aec957c2356a3.tar.gz
reply-c846db7fe32a48b2dc5da274b75aec957c2356a3.zip
clarify the location of the history file (Kosuke Asami)
-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