14

There does not seem to be any way to change this in the GUI.

Geoffrey
  • 578

2 Answers2

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
0

In my case, ~/.bashrc was mapped to /root/.bashrc. I solved the problem by modifying $HOME/.bashrc instead, which maps to /home/{username}/.bashrc.

Aditya
  • 13,416