Quickly Navigate to Folder in Shell
View on Twitter
💡 Are you often navigating to the same folders in the terminal?
👉🏼 Add the folders as variables in your source file and type:
➡️ cd $myproject
instead of:
➡️ cd /Users/maxim/Code/myproject