X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fgrmlzshrc.t2t;h=82809b2dabacb9da7c4fcb8b831298a29ca1f98c;hb=fc9a21f45058063dd2ff8161d01fdc0d832d708f;hp=a6b1d9210d504e1bde79a0d902a45f34dba183c6;hpb=bfc77e17e04977e0e132916be5db626a726b87aa;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index a6b1d92..82809b2 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -46,6 +46,14 @@ This is an in depth description of non-standard features implemented by //grmlzshrc//. == DIRSTACK HANDLING == +The dirstack in //grmlzshrc// has a persistent nature. It is stored into a +file each time zsh's working directory is changed. That file can be configured +via the **DIRSTACKFILE** variable and it defaults to **~/.zdirs**. The +**DIRSTACKSIZE** variable defaults to **20** in this setup. + +The **DIRSTACKFILE** is loaded each time zsh starts, therefore freshly started +zshs inherit the dirstack of the zsh that most recently updated +**DIRSTACKFILE**. == DIRECTORY BASED PROFILES ==