If you are using ZSH or running any current MacOS, you can save a step when navigating the command prompt by enabling the following config option:

echo "setopt autocd" >> ~/.zshrc

This will allow you to not need to type the cd command when trying to change directories, you can simply type the name of the directory and profit with all those extra, precious seconds you will save. lol.