mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
minor change, use $PKG
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
8ec8abf3a0
commit
17245bbb4f
1 changed files with 1 additions and 1 deletions
2
byobu
2
byobu
|
@ -37,7 +37,7 @@ fi
|
|||
byobu-janitor --force
|
||||
|
||||
# Set window title until https://bugs.launchpad.net/bugs/338722 is fixed in screen
|
||||
echo -ne "\033]0;${USER}@$(hostname) - byobu\007"
|
||||
echo -ne "\033]0;${USER}@$(hostname) - ${PKG}\007"
|
||||
|
||||
# Launch motd+shell, unless the user has default windows set to launch
|
||||
[ -n "$SHELL" ] || SHELL="/bin/sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue