Fix Get Terminal Dead Loop
This commit is contained in:
parent
4b0cf233a8
commit
82687cd6bf
3
neofetch
3
neofetch
|
@ -1651,6 +1651,7 @@ get_term() {
|
||||||
"gnome-terminal-") term="gnome-terminal" ;;
|
"gnome-terminal-") term="gnome-terminal" ;;
|
||||||
*) term="${name##*/}" ;;
|
*) term="${name##*/}" ;;
|
||||||
esac
|
esac
|
||||||
|
break;
|
||||||
done
|
done
|
||||||
|
|
||||||
# Log that the function was run.
|
# Log that the function was run.
|
||||||
|
@ -4323,4 +4324,4 @@ main() {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
Reference in New Issue