From 23a9a6c8c86375a3047f799530f9da43ee6bc0fc Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 6 May 2014 10:48:52 +0200 Subject: [PATCH] * tramp.texi (Frequently Asked Questions): Mention HISTFILE setting in ~/.ssh/environment. --- doc/misc/ChangeLog | 5 +++++ doc/misc/tramp.texi | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 68f748f595e..ded23868c79 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2014-05-06 Michael Albinus + + * tramp.texi (Frequently Asked Questions): Mention HISTFILE + setting in ~/.ssh/environment. + 2014-05-02 Stephen Berman * todo-mode.texi: Update, improve exposition, add cross diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index c0a6156a4cf..292a1e47452 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -3351,6 +3351,13 @@ if [ "$@{HISTSIZE-unset@}" != "unset" ] ; then fi @end example +Furthermore, if you use an @option{ssh}-based method, you could add +the following line to your @file{~/.ssh/environment} file: + +@example +HISTFILE=/dev/null +@end example + @item There are longish file names to type. How to shorten this? -- 2.39.5