X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=9016cea2a5257b79106b855b092c82f527830afd;hb=49c58e1b7c4a579bd2ec025e4a3440ddc9edf59a;hp=3829c7698ed20704ce04e96572b441d3ab6621f4;hpb=d5d683c994dff96797dd0ead105c74fd1d506310;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 3829c76..9016cea 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