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

Re: Simple Tip of the Day



On 12/3/05, zzapper <david@xxxxxxxxxx> wrote:
> On Fri, 02 Dec 2005 19:20:48 +0000,  wrote:
>
>
> >>I type ~- and then press tab to get a list of all the dirs i've been
>
> BTW couldn't get this to work, what do I need to do?

% zsh -f
% setopt autopushd
% autoload -U compinit
% compinit
% cd /
% cd /tmp
% cd ~-<tab>
0 -- /home/mikaelh
1 -- /

--
Mikael Magnusson



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