Commit 370a50c3 authored by Dylan Araps's avatar Dylan Araps

term: ignore bwrap

parent 77cac59c
......@@ -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
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment