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


Click here to return to the 'Small enhancement' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Small enhancement
Authored by: jholland on Aug 12, '05 02:54:04PM
If you change:

alias dh='dirs -v'

to:

alias dh='dirs -v ; echo -n "\nGo to: " ; read n ; cd -$n'

you will be prompted to choose from the list (by number). Also, you can set DIRSTACKSIZE to a larger number if you want it to remember more directories.

[ Reply to This | # ]