From c3b82ecc31ff504b14351517a3371ccb8bfd3e8c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 14 Jan 2017 22:32:08 +1100 Subject: [PATCH] Args: Remove old --ascii arg --- neofetch | 7 ------- 1 file changed, 7 deletions(-) diff --git a/neofetch b/neofetch index 324f5c19..fdf9532c 100755 --- a/neofetch +++ b/neofetch @@ -3930,13 +3930,6 @@ get_args() { exit ;; - # Ascii - "--ascii") - image_backend="ascii" - ascii="$2" - case "$2" in "-"* | "") ascii="distro" ;; esac - ;; - "--ascii_colors") unset ascii_colors for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do