From 214a7c3b1f442f0e29a753532c681c187169cf9f Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 6 Aug 2013 22:42:56 +0100 Subject: [PATCH] * usr/share/byobu/profiles/bashrc: LP: #1208844 - revert override of term --- debian/changelog | 2 ++ usr/share/byobu/profiles/bashrc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fc29674e..2472b251 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ byobu (5.53) unreleased; urgency=low - revert this recent commit, as it appears to have some unintended consequences, and it was just cleaning up some false positive bashism hits + * usr/share/byobu/profiles/bashrc: LP: #1208844 + - revert override of term -- Dustin Kirkland Mon, 05 Aug 2013 09:23:03 +0100 diff --git a/usr/share/byobu/profiles/bashrc b/usr/share/byobu/profiles/bashrc index 9c6ec370..79d40327 100644 --- a/usr/share/byobu/profiles/bashrc +++ b/usr/share/byobu/profiles/bashrc @@ -26,6 +26,5 @@ if [ -n "$TMUX" ] || (printf "$TERMCAP" | grep -qs "screen"); then # Use Byobu colors (green / blue / red) PS1="${debian_chroot:+($debian_chroot)}\[\e[00;32m\]\u\[\e[00m\]@\[\e[00;36m\]\h\[\e[00m\]:\[\e[00;31m\]\w\[\e[00m\]\$ " fi - export TERM="xterm-256color" fi fi