Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
persistant Directory history?
- X-seq: zsh-users 10945
- From: chesss <testingagain@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: persistant Directory history?
- Date: Mon, 6 Nov 2006 22:15:26 +0530
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BGDgcTwstnRAu685DORnsalqlYgGOh5oZwHAPuj/xP3UBIzNYFU43dBgzHlr9csIw49VflsE0TlNcPVr7aQRnvqe1md7OdydMiNjEM4XEA4UUvclHK8ST3dNNhweO1TxkfkYUE0ckCslcU4+GylBC2bYN9tuN8pvOBfSyn2lHqw=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Is it possible to have some kind of directory history, taht would last
after closing the shell? As attempted here:
http://www.macosxhints.com/article.php?story=20050806202859392 - thsi
doesn't seem to work as zlogout is not executed when an interactive
shell is closed(i think)
Also some other shell seems to have this feature
from http://www.softpanorama.org/Articles/slightly_skeptical_view_on_shell.shtml
There are also the savedirs and dirsfile shell variables that can be
set >to store the directory stack automatically on logout and restore
it on >login. The dirstack shell variable can be examined to see the
directory >stack and set to put arbitrary directories into the
directory stack.
Basically I want to save the directory stack automatically and have
ctrl+r like history..
Possible?
Thzx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author