Im using zsh and it seems that a new tab should open in the same dir as the previous. However, that is not happening.
Do I have to add anything to the .zshrc?
|
Nothing to do with zsh.
|
|||
|
|
|
You are probably using the "tabs" in a terminal emulator like gnome-terminal? Understand that a new tab is nearly indistinguishable from a new terminal window. It runs a new instance of the shell which executes its start up files. The startup files do not know about any other shell instances, let alone what gnome-terminal they belong to or which current working directory that shell might be in. Another issue: with several open shells in different directories, which directory should the new shell start in? That said, you could make each PS: Be sure to save the absolute path of the target directory, not some relative arg to |
|||
|
|
zsh? – sarnold Dec 29 '11 at 5:04