term: ignore bwrap

This commit is contained in:
Dylan Araps 2021-06-11 09:25:11 +00:00
parent 77cac59c84
commit 370a50c3e3
1 changed files with 2 additions and 1 deletions

View File

@ -3307,7 +3307,8 @@ get_term() {
term="$(tty)"
;;
"ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*|"USER"*"PID"*|"kdeinit"*|"launchd"*)
"ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*|
"USER"*"PID"*|"kdeinit"*|"launchd"*|"bwrap")
break
;;