11 lines
530 B
Text
11 lines
530 B
Text
gnome-terminal (3.10.1-2) unstable; urgency=low
|
|
|
|
* To make new tabs opened within Gnome Terminal have the same
|
|
working directory as the current tab, it is necessary for the shell
|
|
running in the terminal to cooperate. For this, vte installs a bash
|
|
shell script that you must source in your ~/.bashrc.
|
|
|
|
For example, you can put this at the end of your ~/.bashrc:
|
|
[[ -s "/etc/profile.d/vte.sh" ]] && . "/etc/profile.d/vte.sh"
|
|
|
|
-- Fabian Greffrath <fabian+debian@greffrath.com> Tue, 21 Jan 2014 10:02:58 +0100
|