mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/share/byobu/profiles/bashrc: LP: #1208844
- revert override of term
This commit is contained in:
parent
7d22b869e5
commit
214a7c3b1f
2 changed files with 2 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -6,6 +6,8 @@ byobu (5.53) unreleased; urgency=low
|
||||||
- revert this recent commit, as it appears to have some unintended
|
- revert this recent commit, as it appears to have some unintended
|
||||||
consequences, and it was just cleaning up some false positive
|
consequences, and it was just cleaning up some false positive
|
||||||
bashism hits
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 05 Aug 2013 09:23:03 +0100
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,5 @@ if [ -n "$TMUX" ] || (printf "$TERMCAP" | grep -qs "screen"); then
|
||||||
# Use Byobu colors (green / blue / red)
|
# 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\]\$ "
|
PS1="${debian_chroot:+($debian_chroot)}\[\e[00;32m\]\u\[\e[00m\]@\[\e[00;36m\]\h\[\e[00m\]:\[\e[00;31m\]\w\[\e[00m\]\$ "
|
||||||
fi
|
fi
|
||||||
export TERM="xterm-256color"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue