Add support for nushell (#1878)
* Add support for nushell * Update neofetch Co-authored-by: Tyler J Russell <xtylerjrx@gmail.com> Co-authored-by: Tyler J Russell <xtylerjrx@gmail.com>
This commit is contained in:
parent
3eb7e13e27
commit
0d08c130ff
1 changed files with 6 additions and 0 deletions
6
neofetch
6
neofetch
|
@ -1744,6 +1744,12 @@ get_shell() {
|
|||
shell=${shell/ Yet another shell}
|
||||
shell=${shell/Copyright*}
|
||||
;;
|
||||
|
||||
nu)
|
||||
shell+=$("$SHELL" -c "version | get version")
|
||||
shell=${shell/ $shell_name}
|
||||
;;
|
||||
|
||||
|
||||
*)
|
||||
shell+=$("$SHELL" --version 2>&1)
|
||||
|
|
Loading…
Reference in a new issue