Term: Match sudo

This commit is contained in:
Dylan Araps 2016-12-25 08:39:25 +11:00
parent a60cf636f6
commit dfd287ca9b
1 changed files with 1 additions and 1 deletions

View File

@ -1521,7 +1521,7 @@ get_term() {
name="$(get_process_name "$parent")"
case "${name// }" in
"${SHELL/*\/}" | *"sh" | "tmux"* | "screen" | "su") ;;
"${SHELL/*\/}" | *"sh" | "tmux"* | "screen" | "su"*) ;;
"login"* | *"Login"* | "init" | "(init)") term="$(tty)" ;;
"ruby" | "1" | "systemd" | "sshd"* | "python"* | "USER"*"PID"*) break ;;
"gnome-terminal-") term="gnome-terminal" ;;