In OS X Lion, when I launch a new tab in the Terminal with Cmd+T, the shell starts in the / directory.

$ pwd
/
link|improve this question

63% accept rate
On a vanilla unix system I would be instantly suspicious that you were logging in as root. I've never tried that on a Mac OS box, but if you I would advise you to quit doing so. – dmckee Aug 1 '11 at 0:11
feedback

1 Answer

up vote 1 down vote accepted

Usually how the new tab is opened relies on the settings in terminal.

The New tabs open with: setting should read however you would like the default behavior to be. I'm guessing you should switch this to Default Working Directory (opposite of what I have selected below).

If you're having issues where you want the same directory that you're working in to open, you may need to adjust some of your terminal environmental settings.

enter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.