From fb9d4d259c6f9ae8a0605b8acbb4e0cb32411d10 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 6 Mar 2020 21:51:30 +0200 Subject: [PATCH] neofetch: Fix yash shell. Closes #1421 --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index f514ad36..150a615b 100755 --- a/neofetch +++ b/neofetch @@ -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*} ;; *)