X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=485587a573c78146c115d8b2ad112f0d62db41d2;hb=HEAD;hp=3829c7698ed20704ce04e96572b441d3ab6621f4;hpb=d5d683c994dff96797dd0ead105c74fd1d506310;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 3829c76..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 @@ -719,6 +718,16 @@ Edit given shell function. : **freload()** Reloads an autoloadable shell function (See autoload in zshbuiltins(1)). +: **grml_status_features()** +Prints a summary of features the grml setup is trying to load. The result of +loading a feature is recorded. This function lets you query the result. The +function takes one argument: "-h" or "--help" to display this help text, "+" to +display a list of all successfully loaded features, "-" for a list of all +features that failed to load. "+-" to show a list of all features with their +statuses. Any other word is considered to by a feature and prints its status. + +The default mode is "+-". + : **grml_vcs_info_toggle_colour()** Toggles between coloured and uncoloured formats in vcs_info configuration. This is useful with prompts that break if colour codes are in vcs_info @@ -1097,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//)