mirror of
https://github.com/erkin/ponysay
synced 2024-11-15 08:07:10 +00:00
commit
49135c1430
1 changed files with 2 additions and 2 deletions
4
ponysay
4
ponysay
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
version=1.0
|
version=1.0
|
||||||
SYSTEMPONIES="/usr/share/ponysay/ponies"
|
SYSTEMPONIES="/usr/share/ponysay/ponies"
|
||||||
HOMEPONIES="${HOME}/.config/ponysay/ponies"
|
HOMEPONIES="${HOME}/.local/share/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}/.config/ponysay/ttyponies"
|
HOMEPONIES="${HOME}/.local/share/ponysay/ttyponies"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cmd=cowsay
|
cmd=cowsay
|
||||||
|
|
Loading…
Reference in a new issue