mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
Merge branch 'master' of github.com:erkin/ponysay
This commit is contained in:
commit
488a442427
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue