Ala Eddine JEBALI
Ala Eddine JEBALI

Reputation: 7891

How to configure the "initial working directory" of the Terminal to be by default the same location as the current opened project?

When I open a Terminal in Eclipse, it's by default positioned at

$> /home/myUserName>$

I'm looking to configure it to be positioned at the same location as the current opened project.

Example

Note:

Upvotes: 11

Views: 3017

Answers (2)

PrOF
PrOF

Reputation: 123

You cannot do this for "the currently opened project", but you can get close enough by choosing a specific project.
Preferences -> Terminal -> Local Terminal. Select "Variables..."
You then choose ${project_loc}, then click on "Configure" in the Argument box, start typing your chosen project name, and select it

Upvotes: 2

Zack
Zack

Reputation: 21

From the Preferences -> Terminal -> "Local Terminal" configuration screen, you could chose ${project_loc} as initial working directory.

Upvotes: 2

Related Questions