mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* profiles/NONE: don't source ~/.screenrc, causes a nasty recursion,
LP: #382642 Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
d8848fd431
commit
fb1a2a4889
2 changed files with 3 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -11,8 +11,10 @@ byobu (2.9) unreleased; urgency=low
|
||||||
* bin/disk-*: use the POSIX output format
|
* bin/disk-*: use the POSIX output format
|
||||||
* bin/ec2-cost: performance improvement, cache ifconfig output
|
* bin/ec2-cost: performance improvement, cache ifconfig output
|
||||||
* bin/logo: use a case-statement instead of nasty if/then/else stack
|
* bin/logo: use a case-statement instead of nasty if/then/else stack
|
||||||
|
* profiles/NONE: don't source ~/.screenrc, causes a nasty recursion,
|
||||||
|
LP: #382642
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 08 Jun 2009 17:42:50 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 08 Jun 2009 17:46:24 -0500
|
||||||
|
|
||||||
byobu (2.8-0ubuntu1) karmic; urgency=low
|
byobu (2.8-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -22,4 +22,3 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
source $HOME/.screenrc
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue