term: ignore bwrap
This commit is contained in:
parent
77cac59c84
commit
370a50c3e3
1 changed files with 2 additions and 1 deletions
3
neofetch
3
neofetch
|
@ -3307,7 +3307,8 @@ get_term() {
|
||||||
term="$(tty)"
|
term="$(tty)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*|"USER"*"PID"*|"kdeinit"*|"launchd"*)
|
"ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*|
|
||||||
|
"USER"*"PID"*|"kdeinit"*|"launchd"*|"bwrap")
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue