mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/bin/byobu-janitor.in:
- ensure that windows.tmux exists; fixes warning with F5
This commit is contained in:
parent
46597d7450
commit
61e21e9e09
2 changed files with 3 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -8,6 +8,8 @@ byobu (5.78) unreleased; urgency=medium
|
|||
- Ensure that we use ls with colors, and class/type indicators
|
||||
* usr/share/byobu/profiles/bashrc:
|
||||
- Enable Ubuntu-themed dircolors on Ubuntu systems
|
||||
* usr/bin/byobu-janitor.in:
|
||||
- ensure that windows.tmux exists; fixes warning with F5
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 30 Mar 2014 20:42:10 -0500
|
||||
|
||||
|
|
|
@ -74,6 +74,7 @@ MC=0
|
|||
[ -r "$BYOBU_CONFIG_DIR/keybindings" ] || echo "source \$BYOBU_PREFIX/share/$PKG/keybindings/common" > "$BYOBU_CONFIG_DIR/keybindings"
|
||||
[ -r "$BYOBU_CONFIG_DIR/keybindings.tmux" ] || touch "$BYOBU_CONFIG_DIR/keybindings.tmux"
|
||||
[ -r "$BYOBU_CONFIG_DIR/windows" ] || touch "$BYOBU_CONFIG_DIR/windows"
|
||||
[ -r "$BYOBU_CONFIG_DIR/windows.tmux" ] || touch "$BYOBU_CONFIG_DIR/windows.tmux"
|
||||
[ -r "$BYOBU_CONFIG_DIR/backend" ] || echo "BYOBU_BACKEND=$BYOBU_BACKEND" > "$BYOBU_CONFIG_DIR/backend"
|
||||
[ -r "$BYOBU_CONFIG_DIR/.screenrc" ] || touch "$BYOBU_CONFIG_DIR/.screenrc"
|
||||
[ -r "$BYOBU_CONFIG_DIR/.tmux.conf" ] || touch "$BYOBU_CONFIG_DIR/.tmux.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue