Auto-sync from catchthesethighs
This commit is contained in:
@@ -308,6 +308,11 @@ _background_tasks() {
|
|||||||
local sync_script="$_dotfiles_dir/bin/dotfiles-sync.sh"
|
local sync_script="$_dotfiles_dir/bin/dotfiles-sync.sh"
|
||||||
[[ -x "$sync_script" ]] && "$sync_script" --auto 2>/dev/null &!
|
[[ -x "$sync_script" ]] && "$sync_script" --auto 2>/dev/null &!
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Check number of available updates and export.
|
||||||
|
export UPDATE_PKG_COUNT=$(checkupdates | wc -l)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
# MOTD Width, adjust if needed.
|
# MOTD Width, adjust if needed.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
_M_WIDTH=64
|
_M_WIDTH=66
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# Colors (ANSI escape codes)
|
# Colors (ANSI escape codes)
|
||||||
|
|||||||
Reference in New Issue
Block a user