Re: Automatically changing the tab name on Konsole?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Tue, Jan 30, 2018 at 2:11 PM, InvalidPath <invalid.path@xxxxxxxxx> wrote:


On Tue, Jan 30, 2018 at 1:39 PM, Garry Williams <gtwilliams@xxxxxxxxx> wrote:
On Tue, Jan 30, 2018 at 2:22 PM, InvalidPath <invalid.path@xxxxxxxxx> wrote:
> Does anyone know if it's even remotely possible to have teh tab names in
> Konsole change per remote host you ssh into?

Use %w in tab title format and remote tab title format.

Then use this in your shell rc (I use zshrc -- maybe you use bashrc):

    chpwd() {
        [[ -t 1 ]] || return
        case $TERM in
            sun-cmd) print -Pn "\e]l%~\e\\"
            ;;
            *xterm*|rxvt|(dt|k|E)term) print -Pn "\e]2;[%m] %~\a"
            ;;
            vt220) print -Pn "\e]2;[%m] %~\a"
            ;;
        esac
    }

    chpwd

Now try to remember to "cd ." after loging out of a remote shell to
reset the window title.  :-)

--
Garry Williams
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@lists.fedoraproject.org

Holy crap.. thanks so much Garry.  I just knew someone out there had figured this out!!

One last thing.. how do I get it to only display user@host rather than the full path that I'm currently in on the remote server?

Inline image 1
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux