From ed05c6460b9aa3cd1eb0b5168b5d363db5f429f1 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Wed, 13 Dec 2017 11:19:53 +1100 Subject: [PATCH] general: Add command used to run neofetch to verbose output. --- neofetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neofetch b/neofetch index 8a920205..23534299 100755 --- a/neofetch +++ b/neofetch @@ -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