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
1 changed files with 2 additions and 2 deletions

View File

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