Skip to content

Commit

Permalink
[PR] #220 from streaksu: Fix terminal emulator selection
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna authored Dec 2, 2023
2 parents bdb222f + f449cfa commit 0c1ac93
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 0c1ac93

Please sign in to comment.