aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay4
1 files changed, 2 insertions, 2 deletions
diff --git a/ponysay b/ponysay
index a04d8d7..b3c31b8 100755
--- a/ponysay
+++ b/ponysay
@@ -1,13 +1,13 @@
#!/usr/bin/env bash
version=0.9
-SYSTEMPONIES=/usr/share/ponies
+SYSTEMPONIES=/usr/share/ponysay/ponies
HOMEPONIES="${HOME}/.ponies"
pony="*"
wrap=
if [ "$TERM" = "linux" ]; then
- SYSTEMPONIES=/usr/share/ttyponies
+ SYSTEMPONIES=/usr/share/ponysay/ttyponies
HOMEPONIES="${HOME}/.ttyponies"
fi