Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
0dc0921635
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1460,7 +1460,7 @@ get_shell() {
|
|||
"bash") shell+="${BASH_VERSION/-*}" ;;
|
||||
"sh" | "ash" | "dash") ;;
|
||||
|
||||
"mksh" | "ksh")
|
||||
*"ksh")
|
||||
shell+="$("$SHELL" -c "printf %s \"\$KSH_VERSION\"")"
|
||||
shell="${shell/ * KSH}"
|
||||
shell="${shell/version}"
|
||||
|
|
Loading…
Reference in a new issue