From: Frank Terbeck Date: Mon, 1 Jun 2009 10:41:02 +0000 (+0200) Subject: grmlzshrc.t2t: Document persistent dirstack X-Git-Tag: v0.3.77~45 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=fc9a21f45058063dd2ff8161d01fdc0d832d708f grmlzshrc.t2t: Document persistent dirstack --- 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 ==