[F] Fix termux showing as com.termux
https://github.com/dylanaraps/neofetch/pull/1923
This commit is contained in:
parent
08380091d2
commit
7e37a1beda
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -3484,7 +3484,7 @@ get_term() {
|
|||
|
||||
# Termux sets TERMUX_VERSION. Put this after the PPID check because this is
|
||||
# also set if using a terminal on an X server.
|
||||
[[ -z "$term" && "$TERMUX_VERSION" ]] && term="Termux ${TERMUX_VERSION}"
|
||||
[[ (-z "$term" && "$TERMUX_VERSION") || $term == "com.termux" ]] && term="Termux ${TERMUX_VERSION}"
|
||||
|
||||
# Log that the function was run.
|
||||
term_run=1
|
||||
|
|
Loading…
Reference in a new issue