* tramp.texi (Frequently Asked Questions): Mention HISTFILE
setting in ~/.ssh/environment.
This commit is contained in:
parent
3e59ead144
commit
23a9a6c8c8
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue