From c846db7fe32a48b2dc5da274b75aec957c2356a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 18 Jul 2013 10:45:59 -0400 Subject: clarify the location of the history file (Kosuke Asami) --- lib/Reply/Plugin/ReadLine.pm | 9 +++++---- 1 file 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 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 option. To limit the number of lines -written to this file, you can use the C option. Setting a -C 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 option. To +limit the number of lines written to this file, you can use the +C option. Setting a C of C<0> will disable +writing history to a file entirely. NOTE: you probably want to install a reasonable L backend in order for this plugin to be very useful. L is highly -- cgit v1.2.3