neofetch: Fix yash shell. Closes #1421

This commit is contained in:
Dylan Araps 2020-03-06 21:51:30 +02:00
parent f372d71628
commit fb9d4d259c
No known key found for this signature in database
GPG key ID: 46D62DD9F1DE636E

View file

@ -1597,8 +1597,8 @@ get_shell() {
yash) yash)
shell+=$("$SHELL" --version 2>&1) shell+=$("$SHELL" --version 2>&1)
shell=${shell/ $shell_name} shell=${shell/ $shell_name}
shell=${shell/ Yet another shell } shell=${shell/ Yet another shell}
shell=${shell/ Copyright*} shell=${shell/Copyright*}
;; ;;
*) *)