Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Permission denied ?



On May 22,  8:15am, Warrick FitzGerald wrote:
} 
} Bit of a Linux newbie, and am trying zsh. Howver every time I try the
} "dirs -v" option and the use "~[number here]" to switch to that dir I
} get a permission denied message. Any ideas ?

It's not entirely clear what you mean by "use" there, but my guess is
that you need to `setopt auto_cd' and possibly also `setopt auto_pushd'
in order to get the behavior you're expecting.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author