Hacker News new | ask | show | jobs
by brezelgoring 1688 days ago
I always go to the same place, my programming directory, so for years I've done the sequence:

{cd Pr<tab><enter>cd c<tab><enter>}

Takes me to my current project folder, and there I can use gcc or vim or whatever I need to do. I thought about shortening it or setting my terminal to start in that directory but the ritual is important to me, it sets me in the right mood, for whatever reason.

1 comments

I created a command that cd to the right project, and optionally start docker, dev tools and other things related to that project.