Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create a persistent directory stack in zsh' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a persistent directory stack in zsh
Authored by: wgscott on Aug 12, '05 05:18:13PM

Sorry, Kevin.

For now, put the following line in the bottom of

~/.zshenv (not ~/.zshrc):

export GUIDIRS_PASHUA='no'

Now it will work as pictured on the web page.

Wataru and I were experimenting with a Pashua-based GUI rather than Applescript and evidently something is not right.

It is looking for

/Library/init/zsh/local-functions/etc/Pashua.app/Contents/MacOS/Pashua

but since you installed it with fink, it is in

/sw/share/zsh/templates/Library/init/zsh/local-functions/etc/Pashua.app/Contents/MacOS/Pashua

Thanks!

You caught a bug that I need to fix...



[ Reply to This | # ]
Fixed - thanks.
Authored by: rv8 on Aug 12, '05 05:23:50PM

That fixed it. Thanks.

---
Kevin Horton



[ Reply to This | # ]
Fixed - thanks.
Authored by: wgscott on Aug 12, '05 08:00:17PM

I've now fixed it for real in the next edition. Thanks, and sorry!



[ Reply to This | # ]