Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to change the default directory in terminal in linux terminal

 # 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
 
PREVIOUS NEXT
Tagged: #change #default #directory #terminal #linux #terminal
ADD COMMENT
Topic
Name
9+5 =