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.
BTW in case you didn't know, a bare
cd
without arguments will bring you to your home. I have alias setup to quickly navigate one or two directories up and print the path then:Should works with every shell and I don't even need to type cd itself.
Oooh I’m stealing these aliases! Odd that I never wondered whether you could have an alias be symbols.