blob: 4a9326d78af56a3a06fd073fe7de7cf18ea63b2c (
plain) (
tree)
|
|
# -*- 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
|