Shell: Fix space in path
This commit is contained in:
parent
7653e3bef7
commit
48b3b575d3
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -518,7 +518,7 @@ get_shell() {
|
|||
|
||||
*)
|
||||
shell+="$("$SHELL" --version 2>&1)"
|
||||
shell="${shell/${SHELL##*/}}"
|
||||
shell="${shell/ ${SHELL##*/}}"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue