mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
remove debug line
This commit is contained in:
parent
f95a7720e3
commit
40c2cec963
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ DATA="$HOME/.$PKG"
|
||||||
color 2>/dev/null || color() { true; }
|
color 2>/dev/null || color() { true; }
|
||||||
[ "$UTF8" = "1" ] && ICON_UP="▲" || ICON_UP="^"
|
[ "$UTF8" = "1" ] && ICON_UP="▲" || ICON_UP="^"
|
||||||
[ "$UTF8" = "1" ] && ICON_DN="▼" || ICON_DN="v"
|
[ "$UTF8" = "1" ] && ICON_DN="▼" || ICON_DN="v"
|
||||||
. /usr/lib/byobu/.shutil
|
|
||||||
|
|
||||||
# Allow interface overrides in $DATA/status
|
# Allow interface overrides in $DATA/status
|
||||||
if [ -n "$MONITORED_NETWORK" ]; then
|
if [ -n "$MONITORED_NETWORK" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue