mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-03 16:01:27 +01:00
Merge pull request #36 from etu/master
Fixed a bug with ponysaylist, added my lastname to credits and moved homeponies
This commit is contained in:
commit
db867ad865
2 changed files with 4 additions and 4 deletions
2
CREDITS
2
CREDITS
|
@ -7,10 +7,10 @@ Sven-Hendrik Haase
|
||||||
Jan Alexander Steffens
|
Jan Alexander Steffens
|
||||||
|
|
||||||
# Patchers and other contributors
|
# Patchers and other contributors
|
||||||
|
Elis Axelsson
|
||||||
Duane Bekaert
|
Duane Bekaert
|
||||||
Pablo Lezaeta
|
Pablo Lezaeta
|
||||||
Kyah Rindlisbacher
|
Kyah Rindlisbacher
|
||||||
James Ross-Gowan
|
James Ross-Gowan
|
||||||
Louis Taylor
|
Louis Taylor
|
||||||
Elis
|
|
||||||
Jannis
|
Jannis
|
||||||
|
|
6
ponysay
6
ponysay
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
version=1.0
|
version=1.0
|
||||||
SYSTEMPONIES="/usr/share/ponysay/ponies"
|
SYSTEMPONIES="/usr/share/ponysay/ponies"
|
||||||
HOMEPONIES="${HOME}/.ponysay/ponies"
|
HOMEPONIES="${HOME}/.config/ponysay/ponies"
|
||||||
pony="*"
|
pony="*"
|
||||||
wrap=""
|
wrap=""
|
||||||
|
|
||||||
if [ "$TERM" = "linux" ]; then
|
if [ "$TERM" = "linux" ]; then
|
||||||
SYSTEMPONIES="/usr/share/ponysay/ttyponies"
|
SYSTEMPONIES="/usr/share/ponysay/ttyponies"
|
||||||
HOMEPONIES="${HOME}/.ponysay/ttyponies"
|
HOMEPONIES="${HOME}/.config/ponysay/ttyponies"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cmd=cowsay
|
cmd=cowsay
|
||||||
|
@ -19,7 +19,7 @@ version() {
|
||||||
}
|
}
|
||||||
|
|
||||||
scrw=`(stty size <&2 || echo 0 0) | cut -d ' ' -f 2`
|
scrw=`(stty size <&2 || echo 0 0) | cut -d ' ' -f 2`
|
||||||
listcmd="$0list.pl"
|
listcmd="ponysaylist.pl"
|
||||||
|
|
||||||
haspq=1
|
haspq=1
|
||||||
if [[ -f './pq4ps-list' ]]; then
|
if [[ -f './pq4ps-list' ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue