File: README.Debian

package info (click to toggle)
vte2.91 0.62.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,856 kB
  • sloc: cpp: 34,802; ansic: 5,160; sh: 623; xml: 155; makefile: 66; python: 8
file content (11 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
vte3 (1:0.34.6-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>  Wed, 12 Jun 2013 21:31:51 +0200