Quickly Navigate to Folder in Shell
💡 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

💡 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