From fc9a21f45058063dd2ff8161d01fdc0d832d708f Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 1 Jun 2009 12:41:02 +0200 Subject: [PATCH] grmlzshrc.t2t: Document persistent dirstack --- doc/grmlzshrc.t2t | 8 ++++++++ 1 file changed, 8 insertions(+) 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 == -- 2.1.4