I always have to cd
to a very long line of a path in the terminal.
Is there a way to have terminal remember the path, so that I can just type in for example,
cd path1
to get to a very long path cd /Users/user-name/blah/blah/blah/blah/blah/blah
?
I don't really want to use cd -
, cause I may switch between several directories.
Thank you very much!