Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Ignoring current directory with auto_cd
- X-seq: zsh-users 21872
- From: Jesper Nygårds <jesper.nygards@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Ignoring current directory with auto_cd
- Date: Mon, 12 Sep 2016 14:32:52 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=a1QtVhg30J1fVSVqJNaDwDcgwzY1X97Tu3B4TA7UeyY=; b=TRicWOOau15nVzqxkewMbsnm1OYwYHWS36cdOkJDMD70wPQbtLR3/EOq5LVeiBNzU7 B5y3RUP7PAXACo2lJwPI4RtbKCeVbB55pjRTC4fPEaKNQQmhtu2Fdk62l/7UkfPF3OWv hu9gvBud4laikCt0dUnc2Ccm5E25JibKWcB6pqZ0HYTeYXxSqreKfTDIw3GeoTFHA/XL x45C0htCKFT31COQuObZC95D8SlY1woe5Y9coC4AHPwDANkCogoUxkjLx1jwKBQwRAJC Yo2JgbNibDGUxZD5WpjnUKGo5VSV+XxU1S+9jCpqNjhpo3W7rCJ1K96zal23mBYUbvuP eT4Q==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I use AUTO_CD. I have also used this for a long time:
zstyle ':completion:*:cd:*' ignore-parents parent pwd
Is there a way to make auto_cd also ignore the current directory, in the
same way cd does with this zstyle set? I tried this without success:
zstyle ':completion::complete:-command-::' ignore-parents parent pwd
Messages sorted by:
Reverse Date,
Date,
Thread,
Author