TIL: You don't need 'cd' to change directories in fish

Mar 18, 2021

TIL: in fish you don't need to cd to change directories.

Instead, you can do .. to go back or ./some-folder to enter a directory.

I'll probably still use cd most of the time for readability and out of habit, but I plan to use .. - that's a nice shortcut!

notion image