Fix some travis issues
This commit is contained in:
parent
64d2680278
commit
a846076807
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1766,7 +1766,7 @@ getterm () {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "${name// }" in
|
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/*\/} ;;
|
"login" | "init") term="$(tty)"; term=${term/*\/} ;;
|
||||||
*) term="$name" ;;
|
*) term="$name" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue