mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
drop auto sourcing of constants; need a better solution for this
This commit is contained in:
parent
2cda916797
commit
58c1a2b4d1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ while true; do
|
||||||
fi
|
fi
|
||||||
now=$(date +%s)
|
now=$(date +%s)
|
||||||
# Re-source configuration, if changed since last run
|
# Re-source configuration, if changed since last run
|
||||||
for i in "${BYOBU_PREFIX}/share/$PKG/status/status" "${BYOBU_PREFIX}/share/$PKG/status/statusrc" "$BYOBU_CONFIG_DIR/status" "$BYOBU_CONFIG_DIR/statusrc" "$BYOBU_CONFIG_DIR/color" "${BYOBU_PREFIX}/lib/$PKG/."*; do
|
for i in "${BYOBU_PREFIX}/share/$PKG/status/status" "${BYOBU_PREFIX}/share/$PKG/status/statusrc" "$BYOBU_CONFIG_DIR/status" "$BYOBU_CONFIG_DIR/statusrc"; do
|
||||||
[ -r "$i" ] && [ "$i" -nt "$BYOBU_RUN_DIR/status" ] && . "$i"
|
[ -r "$i" ] && [ "$i" -nt "$BYOBU_RUN_DIR/status" ] && . "$i"
|
||||||
done
|
done
|
||||||
for i in "$BYOBU_PREFIX/lib/$PKG/"*; do
|
for i in "$BYOBU_PREFIX/lib/$PKG/"*; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue