X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=2bc6620b5e8987df794d765e66b9e320e2a332b5;hp=8accb743a7e58044daed59a256b70de4bc6e194d;hb=d005e0b78bac79a566a3b16fb9e66b28bca48d61;hpb=df5ece4ab36a2d900a8b1d48b6ce60dd4172c224 diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 8accb74..2bc6620 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -136,6 +136,14 @@ The **DIRSTACKFILE** is loaded each time zsh starts, therefore freshly started zshs inherit the dirstack of the zsh that most recently updated **DIRSTACKFILE**. +If you would like to //disable// the persistent dirstack feature altogether, +you can do that by setting the boolean //enable// style to //false// in the +right context (the default is //true//): +\ +``` +zstyle ':grml:chpwd:dirstack' enable false +``` + It is possible to apply a filter to the names of directories that will be committed to the persistent dirstack file. There are two ways to configure this filter: A general function based filter and a pattern based filter. Both are