diff --git a/neofetch b/neofetch index 7c409724..42a109c0 100755 --- a/neofetch +++ b/neofetch @@ -2536,6 +2536,7 @@ while [ "$1" ]; do # Stdout --stdout) unset info_color colors + unset -f bar case "$2" in "--"* | "") echo "--stdout requires at least one argument"; exit ;; *) shift; args=("$@"); config="off" stdout ;;