Add new mode which only prints the ascii art

master
Dylan Araps 10 years ago
parent 8a1eb28987
commit 83fd93e4fb
  1. 5
      neofetch

@ -3055,6 +3055,11 @@ getargs() {
;;
# Ascii
--logo | -L)
image="ascii"
printinfo() { info linebreak; }
;;
--ascii)
image="ascii"
ascii="$2"

Loading…
Cancel
Save