Opened 14 years ago

Last modified 13 years ago

#6712 closed enhancement

Make new windows/tabs open at the path of the active tab — at Initial Version

Reported by: andreasf Owned by: jackburton
Priority: normal Milestone: R1
Component: Applications/Terminal Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

It would be nice if Terminal would spawn new shells in such a way that they do not open with the default home folder ~> but with the current directory of the active shell.

That would match Mac OS X and GNOME behavior.

Currently:

Shell 1:

Welcome to the Haiku shell.

~> cd /Source/haiku
/Source/haiku> 

Alt+t

Shell 2:

Welcome to the Haiku shell.

~> cd /Source/haiku/generated-gcc4
/Source/haiku/generated-gcc4> 

Requested:

Shell 1:

Welcome to the Haiku shell.

~> cd /Source/haiku
/Source/haiku> 

Alt+t

Shell 2:

Welcome to the Haiku shell.

/Source/haiku> cd generated-gcc4
/Source/haiku/generated-gcc4> 

Change History (0)

Note: See TracTickets for help on using tickets.