aboutsummaryrefslogblamecommitdiffstats
path: root/pony.computer/bash-aliases
blob: 1a9800895744d36bb64192fa05b3c1bd193b248e (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                                                    
                               




                                                                          
# -*- 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