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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue