From d6c360277f04fce578447ca73437a30640dfe98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Thu, 19 Jul 2012 13:53:21 +0200 Subject: [PATCH] .local/share instead of .config --- ponysay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ponysay b/ponysay index 62036aee..1bb76c12 100755 --- a/ponysay +++ b/ponysay @@ -2,13 +2,13 @@ version=1.0 SYSTEMPONIES="/usr/share/ponysay/ponies" -HOMEPONIES="${HOME}/.config/ponysay/ponies" +HOMEPONIES="${HOME}/.local/share/ponysay/ponies" pony="*" wrap="" if [ "$TERM" = "linux" ]; then SYSTEMPONIES="/usr/share/ponysay/ttyponies" - HOMEPONIES="${HOME}/.config/ponysay/ttyponies" + HOMEPONIES="${HOME}/.local/share/ponysay/ttyponies" fi cmd=cowsay