aboutsummaryrefslogtreecommitdiffstats
path: root/pony.computer/bash-aliases
blob: 4a9326d78af56a3a06fd073fe7de7cf18ea63b2c (plain) (blame)
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 "$TERM" = "linux"; then
	pony.computer () {
		PONYSAY_KMS_PALETTE="$PALETTE" /usr/bin/pony.computer "$@"
		printf "$PALETTE"
	}
fi