From f449cfadc35914bece7fbf507f1c8d38d61e8cd6 Mon Sep 17 00:00:00 2001 From: streaksu Date: Sat, 2 Dec 2023 19:17:30 +0100 Subject: [PATCH] Fix terminal emulator selection --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index 74000172..f31d0ae6 100755 --- a/neofetch +++ b/neofetch @@ -4463,7 +4463,6 @@ get_term() { [[ "$WT_SESSION" ]] && term="Windows Terminal" # Check $PPID for terminal emulator. - term="gcon" while [[ -z "$term" ]]; do parent="$(get_ppid "$parent")" [[ -z "$parent" ]] && break