X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=3829c7698ed20704ce04e96572b441d3ab6621f4;hp=d6e6325ea25d1d1ab1922bbfd381cc92411b071e;hb=HEAD;hpb=e01bb8fd4f1afa24ac37638aee2ba1e68959ae2b diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index d6e6325..485587a 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -100,6 +100,10 @@ A value of zero turns off checking. : **NOCOR** Non zero values deactivate automatic correction of commands. +: **NOETCHOSTS** +Non zero values deactivate parsing of "/etc/hosts" disabling host completion +using file's contents. + : **NOMENU** If set to zero (default), allows selection from a menu, if there are at least five possible options of completion. @@ -547,11 +551,6 @@ duration (in seconds) to the history file. Whenever a command completion is attempted, make sure the entire command path is hashed first. This makes the first completion slower. -: **histignorealldups** -If a new command line being added to the history list duplicates an -older one, the older command is removed from the list, even if it is -not the previous event. - : **histignorespace** Remove command lines from the history list when the first character on the line is a space, or when one of the expanded aliases contains a @@ -1107,7 +1106,7 @@ http://www.cl.cam.ac.uk/~mgk25/unicode.html#term). Sets mode from ISO 2022 to UTF-8 (See: http://www.cl.cam.ac.uk/~mgk25/unicode.html#term). -: **tlog** (//tail -f /var/log/syslog//) +: **tlog** (//tail --follow=name /var/log/syslog//) Prints syslog continuously (See tail(1)). : **up** (//aptitude update ; aptitude safe-upgrade//)