diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 7 |
2 files changed, 12 insertions, 0 deletions
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 @@ | |||
| 1 | 2014-05-06 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Frequently Asked Questions): Mention HISTFILE | ||
| 4 | setting in ~/.ssh/environment. | ||
| 5 | |||
| 1 | 2014-05-02 Stephen Berman <stephen.berman@gmx.net> | 6 | 2014-05-02 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 7 | ||
| 3 | * todo-mode.texi: Update, improve exposition, add cross | 8 | * 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 | |||
| 3351 | fi | 3351 | fi |
| 3352 | @end example | 3352 | @end example |
| 3353 | 3353 | ||
| 3354 | Furthermore, if you use an @option{ssh}-based method, you could add | ||
| 3355 | the following line to your @file{~/.ssh/environment} file: | ||
| 3356 | |||
| 3357 | @example | ||
| 3358 | HISTFILE=/dev/null | ||
| 3359 | @end example | ||
| 3360 | |||
| 3354 | 3361 | ||
| 3355 | @item There are longish file names to type. How to shorten this? | 3362 | @item There are longish file names to type. How to shorten this? |
| 3356 | 3363 | ||