* usr/share/byobu/profiles/bashrc: LP: #1208844

- revert override of term
This commit is contained in:
Dustin Kirkland 2013-08-06 22:42:56 +01:00
commit 214a7c3b1f
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Mon, 05 Aug 2013 09:23:03 +0100

View file

@ -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