Unverified Commit 0d08c130 authored by Nathan Thomas's avatar Nathan Thomas Committed by GitHub

Add support for nushell (#1878)

* Add support for nushell * Update neofetch Co-authored-by: 's avatarTyler J Russell <xtylerjrx@gmail.com> Co-authored-by: 's avatarTyler J Russell <xtylerjrx@gmail.com>
parent 3eb7e13e
...@@ -1744,6 +1744,12 @@ get_shell() { ...@@ -1744,6 +1744,12 @@ get_shell() {
shell=${shell/ Yet another shell} shell=${shell/ Yet another shell}
shell=${shell/Copyright*} shell=${shell/Copyright*}
;; ;;
nu)
shell+=$("$SHELL" -c "version | get version")
shell=${shell/ $shell_name}
;;
*) *)
shell+=$("$SHELL" --version 2>&1) shell+=$("$SHELL" --version 2>&1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment