Fix Get Terminal Dead Loop
This commit is contained in:
parent
4b0cf233a8
commit
82687cd6bf
1 changed files with 2 additions and 1 deletions
3
neofetch
3
neofetch
|
@ -1651,6 +1651,7 @@ get_term() {
|
|||
"gnome-terminal-") term="gnome-terminal" ;;
|
||||
*) term="${name##*/}" ;;
|
||||
esac
|
||||
break;
|
||||
done
|
||||
|
||||
# Log that the function was run.
|
||||
|
@ -4323,4 +4324,4 @@ main() {
|
|||
return 0
|
||||
}
|
||||
|
||||
main "$@"
|
||||
main "$@"
|
||||
|
|
Loading…
Reference in a new issue