From 58e90e8f299ba9120171019c186a7c01cc618460 Mon Sep 17 00:00:00 2001 From: aosync Date: Sun, 10 May 2020 12:58:11 +0200 Subject: [PATCH] es shell support (no shell version) (#1456) --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 0646d669..64b45c96 100755 --- a/neofetch +++ b/neofetch @@ -1594,7 +1594,7 @@ get_shell() { shell+=${BASH_VERSION/-*} ;; - sh|ash|dash) ;; + sh|ash|dash|es) ;; *ksh) shell+=$("$SHELL" -c "printf %s \"\$KSH_VERSION\"")