From 9b5d75907bac74ebdb96381e7e662e6ca55f838d Mon Sep 17 00:00:00 2001 From: dylan araps Date: Wed, 13 Dec 2017 11:30:17 +1100 Subject: [PATCH] general: Add neofetch version to verbose output. --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 23534299..c9c26da0 100755 --- a/neofetch +++ b/neofetch @@ -4764,8 +4764,9 @@ main() { # Take a screenshot. [[ "$scrot" == "on" ]] && take_scrot - # Add neofetch command to verbose output. + # Add neofetch info to verbose output. err "Neofetch command: $0 $*" + err "Neofetch version: $version" # Show error messages. [[ "$verbose" == "on" ]] && printf "%b" "$err" >&2