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.
And
-
to go back to where you came from.This is my favorite
cd
feature by a large margin.Wait what??? That’s amazing! I’m learning so much.
One more, install and enable fzf in your .zshrc.
It makes ctrl+R (reverse history search) a lot better and cooler
Without
cd
in front?in
zsh
just the-
is enough for me though it might be a feature of oh-my-zsh config