]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/commit
.bashrc: Don't check for $STY in settitle()
authorTony Duckles <tony@nynim.org>
Sat, 16 Feb 2013 01:33:34 +0000 (19:33 -0600)
committerTony Duckles <tony@nynim.org>
Sat, 16 Feb 2013 01:33:34 +0000 (19:33 -0600)
commit6fc22ca8fa2a51660c62ef102b987881dde86fb4
tree687a2a9b649d4f6a0c8eb549b126c97d755937c9
parent054e78f05274339a871168a14161f1c41f41ba08
.bashrc: Don't check for $STY in settitle()

Update settitle() to always echo escape sequence regardless of
whether $STY is set. $STY is only set on immediate screen shells;
when ssh'd to remote hosts $STY won't be set there.
.bashrc