neofetch: Fix yash shell. Closes #1421

parent f372d716
...@@ -1597,8 +1597,8 @@ get_shell() { ...@@ -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*}
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment