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

Re: cd x x.something



# tuxic@xxxxxxxxx / 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



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