Merge branch 'master' of github.com:erkin/ponysay

This commit is contained in:
Mattias Andrée 2012-07-20 19:22:42 +02:00
commit 488a442427
2 changed files with 7 additions and 4 deletions

View file

@ -30,6 +30,9 @@ Or if you have a specific pony in your mind:
Run `info ponysay`, `man 6 ponysay` or `ponysay -h` for more information.
A Spanish manual is available: `man -L es 6 ponysay`.
#### Gentoo
Theres a package for gentoo, to make install and keeping up to date easy. You can find it in [this overlay](/etu/aidstu-overlay). Package is named `games-misc/ponysay`.
### Pony fortune on terminal startup

View file

@ -4,11 +4,11 @@
# Author: Elis Axelsson <etu AT elis DOT nu>
if test $TERM = "linux"
set -g systempath "/usr/share/ponysay/ttyponies/"
set -g homepath "~/.local/share/ponysay/ttyponies/"
set -g systempath /usr/share/ponysay/ttyponies/
set -g homepath ~/.local/share/ponysay/ttyponies/
else
set -g systempath "/usr/share/ponysay/ponies/"
set -g homepath "~/.local/share/ponysay/ponies/"
set -g systempath /usr/share/ponysay/ponies/
set -g homepath ~/.local/share/ponysay/ponies/
end