# -*- shell-script -*-

#DESCRIPTION: Utilise KMS support in ponysay when in a TTY

if test"$TERM" = "linux"; then
	ponysay () {
		PONYSAY_KMS_PALETTE="$PALETTE" /usr/bin/ponysay "$@"
		printf "$PALETTE"
	}
fi