zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: cd - not expanding to dirs
Date: Mon, 19 Nov 2012 13:35:28 -0800	[thread overview]
Message-ID: <121119133528.ZM4445@torch.brasslantern.com> (raw)
In-Reply-To: <XnsA110B44768689zzappergmailcom@80.91.229.13>

On Nov 19,  5:43pm, zzapper wrote:
}
} [root@isx01linux03]/var# dirs
} /var /etc /var/www/html ~
} 
} autopushd is set
} 
} but
} 
} cd -<tab> does not expand to dirs
} 
} zsh 4.2.6 (x86_64-redhat-linux-gnu)

Are you sure you've run "compinit" ?

CentOS 5.x (i386 but that shouldn't matter):

[schaefer@pip2]~% echo $ZSH_VERSION 
4.2.6
[schaefer@pip2]/var/www/htdocs% dirs
/var/www/htdocs /etc /var ~
[schaefer@pip2]/var/www/htdocs% setopt autopushd 
[schaefer@pip2]/var/www/htdocs% cd -<TAB>
0 -- /home/schaefer
1 -- /var
2 -- /etc


(Actually autopushd is irrelevant to the completion.)

I see you're running a root shell --  perhaps compaudit objected to
something and didn't load the completions, or perhaps the zsh/parameter
module is not loaded?


  reply	other threads:[~2012-11-19 21:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-19 17:43 zzapper
2012-11-19 21:35 ` Bart Schaefer [this message]
2012-11-19 22:05   ` zzapper
2012-11-20  3:48     ` Bart Schaefer
2012-11-20 13:50       ` zzapper
2012-11-20 13:46   ` zzapper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=121119133528.ZM4445@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).