mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-launch:
- fix typo, missing whitespace
This commit is contained in:
parent
c305672546
commit
1cf3842261
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -33,6 +33,8 @@ byobu (4.13) unreleased; urgency=low
|
|||
- add vi modelines
|
||||
* usr/lib/byobu/hostname:
|
||||
- whitespace handled elsewhere
|
||||
* usr/bin/byobu-launch:
|
||||
- fix typo, missing whitespace
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 11:37:56 -0500
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ DATA="$HOME/.$PKG"
|
|||
# $HOME/.bashrc: export LC_BYOBU=0
|
||||
# or edit your sshd_config, ssh_config, and set:
|
||||
# $HOME/.bashrc: export BYOBU_DISABLE=1
|
||||
if [ "$LC_BYOBU" != "0" ] && [ "$BYOBU_DISABLE" != "1"]; then
|
||||
if [ "$LC_BYOBU" != "0" ] && [ "$BYOBU_DISABLE" != "1" ]; then
|
||||
case "$-" in
|
||||
*i*)
|
||||
# Attempt to merge shell history across sessions/windows (works with a few exceptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue