# You could try to put cd at the end of your ~/.zshrc
$ nano ~/.zshrc
# put your cd at bottom such as
cd Document/<your_folder_name>
#save then close the terminal and open it again
$ sudo useradd -m -d /home/baeldung baeldung
$ sudo usermod -d /usr/baeldung baeldung