Terminal Alias for Fast Navigation
Quick Project Navigation
You can set shortcuts in your terminal configuration (e.g. ~/.bashrc or ~/.zshrc) to quickly navigate between projects or system mounts:
alias downloads='cd ~/../../mnt/c/Users/User/Downloads/'
Running downloads in the terminal immediately updates your working directory to the target directory.
Note for WSL2 on Windows: /mnt/c/ is the mount path to the host Windows C drive, allowing seamless access from within Linux.