mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/bin/byobu-launcher-install:
- better fish launcher conditional, per actual fish user
This commit is contained in:
parent
e619919927
commit
16cb3ddb58
2 changed files with 6 additions and 1 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
|||
byobu (5.32) unreleased; urgency=low
|
||||
|
||||
[ Dustin Kirkland ]
|
||||
* usr/lib/byobu/mail: LP: #1118364
|
||||
- support maildir format
|
||||
* debian/rules, usr/bin/byobu, usr/bin/byobu-launch,
|
||||
|
@ -7,6 +8,10 @@ byobu (5.32) unreleased; urgency=low
|
|||
- clean up some bashisms (better portability)
|
||||
- checkbashisms at build time
|
||||
|
||||
[ Lukas Stabe ]
|
||||
* usr/bin/byobu-launcher-install:
|
||||
- better fish launcher conditional, per actual fish user
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 06 Feb 2013 23:16:22 -0600
|
||||
|
||||
byobu (5.31-0ubuntu1) raring; urgency=low
|
||||
|
|
|
@ -49,7 +49,7 @@ install_launcher() {
|
|||
|
||||
install_launcher_fish() {
|
||||
$PKG-launcher-uninstall "$1" || true
|
||||
printf "[ -z \"\$DISPLAY\" -a -z \"\$BYOBU_WINDOWS\" ] ; and [ \"\$TERM\" != \"dumb\" ] ; and exec byobu-launcher" >> "$1"
|
||||
printf "status --is-login; and status --is-interactive; and exec byobu-launcher" >> "$1"
|
||||
}
|
||||
|
||||
# Sanitize the environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue