mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
Forget the /home/fyrefly right place ./.ponysay/{,tty}ponies
This commit is contained in:
parent
cb1386607d
commit
63849f3325
1 changed files with 2 additions and 2 deletions
4
ponysay
4
ponysay
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
version=0.9
|
version=0.9
|
||||||
SYSTEMPONIES=/usr/share/ponysay/ponies
|
SYSTEMPONIES=/usr/share/ponysay/ponies
|
||||||
HOMEPONIES="${HOME}/.ponies"
|
HOMEPONIES="${HOME}/.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}/.ttyponies"
|
HOMEPONIES="${HOME}/.ponysay/ttyponies"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cmd=cowsay
|
cmd=cowsay
|
||||||
|
|
Loading…
Reference in a new issue