From 9f4d6caa242bde287db756818475f0eecac70cee Mon Sep 17 00:00:00 2001 From: Elis Axelsson Date: Thu, 19 Jul 2012 13:41:05 +0200 Subject: Move homeponies to .config/ponysay/ --- ponysay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ponysay b/ponysay index 8c85356..72ce73a 100755 --- a/ponysay +++ b/ponysay @@ -2,13 +2,13 @@ version=1.0 SYSTEMPONIES="/usr/share/ponysay/ponies" -HOMEPONIES="${HOME}/.ponysay/ponies" +HOMEPONIES="${HOME}/.config/ponysay/ponies" pony="*" wrap="" if [ "$TERM" = "linux" ]; then SYSTEMPONIES="/usr/share/ponysay/ttyponies" - HOMEPONIES="${HOME}/.ponysay/ttyponies" + HOMEPONIES="${HOME}/.config/ponysay/ttyponies" fi cmd=cowsay -- cgit From 9bf70d36d15bc013c3f49df9ab36cb69f05e043c Mon Sep 17 00:00:00 2001 From: Elis Axelsson Date: Thu, 19 Jul 2012 13:42:09 +0200 Subject: Don't use $0 as base for ponysaylist, if you use ponythink it would result in ponythinklist which doesn't exist --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponysay b/ponysay index 72ce73a..62036ae 100755 --- a/ponysay +++ b/ponysay @@ -19,7 +19,7 @@ version() { } scrw=`(stty size <&2 || echo 0 0) | cut -d ' ' -f 2` -listcmd="$0list.pl" +listcmd="ponysaylist.pl" haspq=1 if [[ -f './pq4ps-list' ]]; then -- cgit From 84d2a44352f7bd84d2467c2d3ee2e667c0558437 Mon Sep 17 00:00:00 2001 From: Elis Axelsson Date: Thu, 19 Jul 2012 13:42:46 +0200 Subject: I also got a lastname :) --- CREDITS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 1b13a7e..4134678 100644 --- a/CREDITS +++ b/CREDITS @@ -7,10 +7,10 @@ Sven-Hendrik Haase Jan Alexander Steffens # Patchers and other contributors +Elis Axelsson Duane Bekaert Pablo Lezaeta Kyah Rindlisbacher James Ross-Gowan Louis Taylor -Elis Jannis -- cgit