aboutsummaryrefslogtreecommitdiffstats
path: root/pony.computer/bash-aliases
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pony.computer/bash-aliases2
1 files changed, 1 insertions, 1 deletions
diff --git a/pony.computer/bash-aliases b/pony.computer/bash-aliases
index 4a9326d..1a98008 100644
--- a/pony.computer/bash-aliases
+++ b/pony.computer/bash-aliases
@@ -2,7 +2,7 @@
#DESCRIPTION: Utilise KMS support in ponysay when in a TTY and running pony.computer
-if "$TERM" = "linux"; then
+if test "$TERM" = "linux"; then
pony.computer () {
PONYSAY_KMS_PALETTE="$PALETTE" /usr/bin/pony.computer "$@"
printf "$PALETTE"