neofetch: Fix yash shell. Closes #1421
This commit is contained in:
parent
f372d71628
commit
fb9d4d259c
1 changed files with 2 additions and 2 deletions
4
neofetch
4
neofetch
|
@ -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*}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue