diff --git a/fetch b/fetch index 58e26e69..41bd35e1 100755 --- a/fetch +++ b/fetch @@ -2388,7 +2388,6 @@ while [ "$1" ]; do unset ascii_colors for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do case "$arg" in - "$1") continue ;; "--"*) break ;; *) ascii_colors+=($arg) esac