Commit c5c4f901 authored by dylan araps's avatar dylan araps

general: Add config version to verbose output

parent 9b5d7590
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment