mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
Merge pull request #1291 from MitchWeaver/support_other_kshs
support other versions of ksh
This commit is contained in:
2
neofetch
2
neofetch
@@ -1460,7 +1460,7 @@ get_shell() {
|
|||||||
"bash") shell+="${BASH_VERSION/-*}" ;;
|
"bash") shell+="${BASH_VERSION/-*}" ;;
|
||||||
"sh" | "ash" | "dash") ;;
|
"sh" | "ash" | "dash") ;;
|
||||||
|
|
||||||
"mksh" | "ksh")
|
*"ksh")
|
||||||
shell+="$("$SHELL" -c "printf %s \"\$KSH_VERSION\"")"
|
shell+="$("$SHELL" -c "printf %s \"\$KSH_VERSION\"")"
|
||||||
shell="${shell/ * KSH}"
|
shell="${shell/ * KSH}"
|
||||||
shell="${shell/version}"
|
shell="${shell/version}"
|
||||||
|
Reference in New Issue
Block a user