general: Add config version to verbose output
This commit is contained in:
parent
9b5d75907b
commit
c5c4f901ba
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue