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
When I open the project "my-project-1" which is located at "/home/userName/path/to/my/personal/projects" then I open the Terminal, it'll be shown as this:
$> /home/userName/home/userName/path/to/my/personal/projects/my-project-1>$When I open the project "my-project-2" which is located at "/home/userName/path/to/my/personal/projects" then I open the Terminal, it'll be shown as this:
$> /home/userName/home/userName/path/to/my/personal/projects/my-project-2>$
Note:
- I'm using the Oxygen Release (4.7.0).