]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (Frequently Asked Questions): Mention HISTFILE
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 6 May 2014 08:48:52 +0000 (10:48 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 6 May 2014 08:48:52 +0000 (10:48 +0200)
setting in ~/.ssh/environment.

doc/misc/ChangeLog
doc/misc/tramp.texi

index 68f748f595e2546b79a77f075b092955922a350a..ded23868c79b3a497d48d26d09a237279e0c29a3 100644 (file)
@@ -1,3 +1,8 @@
+2014-05-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): Mention HISTFILE
+       setting in ~/.ssh/environment.
+
 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
 
        * todo-mode.texi: Update, improve exposition, add cross
index c0a6156a4cf1a65aba7ebda5910c5e5207c58fa9..292a1e474526465fdc680779e532073635e008c5 100644 (file)
@@ -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?