# -*- shell-script -*- #DESCRIPTION: Utilise KMS support in ponysay when in a TTY and running pony.computer if "$TERM" = "linux"; then pony.computer () { PONYSAY_KMS_PALETTE="$PALETTE" /usr/bin/pony.computer "$@" printf "$PALETTE" } fi