X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=c44f2e04c03921e29f587ba1585ca52370005c94;hb=b6246bbaab18ae788f527f903e1778e1bb00b5d7;hp=3829c7698ed20704ce04e96572b441d3ab6621f4;hpb=d5d683c994dff96797dd0ead105c74fd1d506310;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 3829c76..c44f2e0 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -547,11 +547,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 +714,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