general: Add config version to verbose output

This commit is contained in:
dylan araps 2017-12-13 11:31:12 +11:00
parent 9b5d75907b
commit c5c4f901ba
1 changed files with 1 additions and 0 deletions

View File

@ -4767,6 +4767,7 @@ main() {
# Add neofetch info to verbose output.
err "Neofetch command: $0 $*"
err "Neofetch version: $version"
err "Neofetch config: $config_version"
# Show error messages.
[[ "$verbose" == "on" ]] && printf "%b" "$err" >&2