Merge pull request #44 from etu/master

Added info about my gentoo-overlay with my ponysay ebuilds ;-)
This commit is contained in:
Mattias Andrée 2012-07-20 10:14:43 -07:00
commit c6064a3dfc
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