40
Just realized I can just use "..." to go back two directories! Is this a zsh feature?
(self.programming)
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
I use this all the time in zsh, and it’s one dot per directory up.
……… will go up 8 directories
cd is also optional in zsh, you can just type “..” without cd