Skip to content

Commit

Permalink
Fix terminal emulator selection
Browse files Browse the repository at this point in the history
  • Loading branch information
streaksu committed Dec 2, 2023
1 parent bdb222f commit f449cfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f449cfa

Please sign in to comment.