general: Add command used to run neofetch to verbose output.

This commit is contained in:
dylan araps 2017-12-13 11:19:53 +11:00
parent 7fc4f84217
commit ed05c6460b
1 changed files with 3 additions and 0 deletions

View File

@ -4764,6 +4764,9 @@ main() {
# Take a screenshot.
[[ "$scrot" == "on" ]] && take_scrot
# Add neofetch command to verbose output.
err "Neofetch command: $0 $*"
# Show error messages.
[[ "$verbose" == "on" ]] && printf "%b" "$err" >&2