Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6623f3da
Commit
6623f3da
authored
Dec 20, 2014
by
Ted Zlatanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* net/tramp-sh.el (tramp-histfile-override): Clarify docstring.
parent
8fa2e254
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/tramp-sh.el
lisp/net/tramp-sh.el
+8
-2
No files found.
lisp/ChangeLog
View file @
6623f3da
2014-12-20 Teodor Zlatanov <tzz@lifelogs.com>
* net/tramp-sh.el (tramp-histfile-override): Clarify docstring.
2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
* let-alist.el (let-alist): Enable access to deeper alists by
...
...
lisp/net/tramp-sh.el
View file @
6623f3da
...
...
@@ -66,8 +66,14 @@ files conditionalize this setup based on the TERM environment variable."
;;;###tramp-autoload
(defcustom tramp-histfile-override "/dev/null"
"Whether the HISTFILE should be overridden to something. Set
to nil to disable the override."
"When invoking a shell, override the HISTFILE with this value.
By default, the HISTFILE is set to the \"/dev/null\" value, which
is special on Unix systems and indicates the shell history should
not be logged (this avoids clutter due to Tramp commands).
If you set this variable to nil, however, the *override* is
disabled, so the history will go to the default storage
location, e.g. \"$HOME/.sh_history\"."
:group 'tramp
:type '(choice (const :tag "Do not override HISTFILE" nil)
(const :tag "Empty the history (/dev/null)" "/dev/null")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment