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