From 22f7dbb6ec4c492f9d331f9704e90a7f59b0a2e4 Mon Sep 17 00:00:00 2001 From: Don't knowhy Date: Wed, 27 Jul 2022 16:07:01 +0800 Subject: [PATCH] added Termux support --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofetch b/neofetch index 48b96d21..a7c1e637 100755 --- a/neofetch +++ b/neofetch @@ -3307,6 +3307,10 @@ get_term() { [[ "$TERM" == "tw52" || "$TERM" == "tw100" ]] && term="TosWin2" [[ "$SSH_CONNECTION" ]] && term="$SSH_TTY" [[ "$WT_SESSION" ]] && term="Windows Terminal" + + #I think i need Termux () + #My Edge crashed 3 times when i want to commit + [[ "$TERMUX_VERSION" ]] && term="Termux $TERMUX_VERSION" # Check $PPID for terminal emulator. while [[ -z "$term" ]]; do