I have a specific workspace that I must navigate to that is annoyingly long. like/really/damn/annoyingly/long/and/it/takes/a/while/to/type. I wanted to write a shell script that would just cd
me into it, but of course, that won't work. Is there another way to make it so I can just cd into this directory without the hassle of typing it out?
Don't tell me copy and paste.
Thank you!
man bash
, seeCDPATH
– waltinator Jul 24 '18 at 21:54