mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
Use another default value for tramp-histfile-override
* lisp/net/tramp-sh.el (tramp-histfile-override): Use ".tramp_history" as default. Fixes: debbugs:#20446
This commit is contained in:
parent
5d56c284d3
commit
1e04ea9879
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ files conditionalize this setup based on the TERM environment variable."
|
|||
:type 'string)
|
||||
|
||||
;;;###tramp-autoload
|
||||
(defcustom tramp-histfile-override t
|
||||
(defcustom tramp-histfile-override ".tramp_history"
|
||||
"When invoking a shell, override the HISTFILE with this value.
|
||||
When setting to a string, it redirects the shell history to that
|
||||
file. Be careful when setting to \"/dev/null\"; this might
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue