mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-15 16:37:13 +00:00
If the parent process is python, exit the function
This commit is contained in:
2
neofetch
2
neofetch
@@ -1770,7 +1770,7 @@ getterm () {
|
||||
case "${name// }" in
|
||||
"${SHELL/*\/}" | *"sh" | "tmux" | "screen") getterm "$parent" ;;
|
||||
"login" | "init") term="$(tty)"; term=${term/*\/} ;;
|
||||
"ruby" | "1" | "systemd" | "sshd") unset term ;;
|
||||
"ruby" | "1" | "systemd" | "sshd" | "python"*) unset term ;;
|
||||
"gnome-terminal-") term="gnome-terminal" ;;
|
||||
*) term="$name" ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user