There does not seem to be any way to change this in the GUI.
Asked
Active
Viewed 2.5k times
14
-
possible duplicate of How can I start gnome-terminal at a particular directory? – Volker Siegel Nov 22 '14 at 03:35
2 Answers
25
Modify the ~/.bashrc
file and add this at the end:
cd /directory/of/your/choice
Save and close the file.
Now, every time you open a console session, you will be cd
'd to that directory.

SirCharlo
- 39,486