From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7553 invoked by alias); 26 Sep 2017 18:58:31 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22904 Received: (qmail 26800 invoked by uid 1010); 26 Sep 2017 18:58:31 -0000 X-Qmail-Scanner-Diagnostics: from fw.sigpipe.cz by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(213.192.55.98):SA:0(-1.9/5.0):. Processed in 3.410209 secs); 26 Sep 2017 18:58:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: neuhauser@sigpipe.cz X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Date: Tue, 26 Sep 2017 20:50:49 +0200 From: Roman Neuhauser To: zsh-users@zsh.org Subject: Re: cd x x.something Message-ID: <20170926185049.GK8773@isis.sigpipe.cz> References: <20170925021928.kmibsqzal2biy6w2@solfire> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170925021928.kmibsqzal2biy6w2@solfire> User-Agent: Mutt/1.7.2 (2016-11-26) # tuxic@posteo.de / 2017-09-25 04:19:28 +0200: > Hi, > > zsh has a feature, which I love and use a lot: > > cd A B > . But suppose there are these two directories > > /a/b/ThisIsARedicoluousLongDirectoryNameWhichNoPersonWillReallyTypeInTwice > /a/b/ThisIsARedicoluousLongDirectoryNameWhichNoPersonWillReallyTypeInTwice.bak > > and you are in the first one and you want to go to the seond one.... > do you really need to type in "ThisIsARedicoluousLongDirectoryNameWhichNoPersonWillReallyTypeInTwice" > twice when you want to use this cd $PWD.bak -- roman