From 4063e82a1512515358480b53d87223f71e0efc20 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Wed, 4 Jul 2012 23:30:29 -0400 Subject: Migration to /usr/share/ponysay/{,tty}ponies (need more reviews) --- ponysay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ponysay') 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 -- cgit From 63849f33259e162396da696e0a66976d705b81a6 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Thu, 5 Jul 2012 00:27:35 -0400 Subject: Forget the /home/fyrefly right place ./.ponysay/{,tty}ponies --- ponysay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ponysay') diff --git a/ponysay b/ponysay index 62d1ac8..2f60ab3 100755 --- a/ponysay +++ b/ponysay @@ -2,13 +2,13 @@ version=0.9 SYSTEMPONIES=/usr/share/ponysay/ponies -HOMEPONIES="${HOME}/.ponies" +HOMEPONIES="${HOME}/.ponysay/ponies" pony="*" wrap= if [ "$TERM" = "linux" ]; then SYSTEMPONIES=/usr/share/ponysay/ttyponies - HOMEPONIES="${HOME}/.ttyponies" + HOMEPONIES="${HOME}/.ponysay/ttyponies" fi cmd=cowsay -- cgit