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 13, '05 08:27:21PM

You can do this with cd with the CDABLE_VARS option.



[ Reply to This | # ]
Create a persistent directory stack in zsh
Authored by: wgscott on Aug 13, '05 09:20:36PM

I re-read what you have, and I think what you want is to add /Users/$USER to your CDPATH



[ Reply to This | # ]