mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-17 04:29:28 -05:00
Fix some travis issues
This commit is contained in:
parent
64d2680278
commit
a846076807
2
neofetch
2
neofetch
|
|
@ -1766,7 +1766,7 @@ getterm () {
|
|||
esac
|
||||
|
||||
case "${name// }" in
|
||||
"${SHELL/*\/}" | *"sh" | "tmux" | "screen" | "systemd") getterm "$parent" ;;
|
||||
"${SHELL/*\/}" | *"sh" | "tmux" | "screen" | "systemd" | "sshd" | "ruby") getterm "$parent" ;;
|
||||
"login" | "init") term="$(tty)"; term=${term/*\/} ;;
|
||||
*) term="$name" ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user