commit
48c970d6e1
1 changed files with 4 additions and 0 deletions
4
neofetch
4
neofetch
|
@ -640,6 +640,10 @@ get_shell() {
|
|||
shell="${shell/version}"
|
||||
;;
|
||||
|
||||
"tcsh")
|
||||
shell+="$("$SHELL" -c 'printf "%s" "$tcsh"')"
|
||||
;;
|
||||
|
||||
*)
|
||||
shell+="$("$SHELL" --version 2>&1)"
|
||||
shell="${shell/ "${shell_name}"}"
|
||||
|
|
Loading…
Reference in a new issue