mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-19 19:04:23 +01:00
document new directory alternatives
This commit is contained in:
parent
2ddd5859b3
commit
0facfd6c58
1 changed files with 5 additions and 1 deletions
|
@ -577,6 +577,10 @@ You can examine the source code of @command{ponysay} to figure out some nice hac
|
||||||
you may want to do, everything in the source code can be used directly as long as it
|
you may want to do, everything in the source code can be used directly as long as it
|
||||||
is defined before @file{~/.ponysayrc} is interpreted.
|
is defined before @file{~/.ponysayrc} is interpreted.
|
||||||
|
|
||||||
|
@file{~/.ponysayrc} is a fallback for @file{~/.config/ponysay/ponysayrc}, which in
|
||||||
|
turn is a fallback for @file{${XDG_CONFIG_HOME}/ponysay/ponysayrc}. If neither of
|
||||||
|
those exist, @file{/etc/ponysayrc} is used if that exists.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@node Environment variables
|
@node Environment variables
|
||||||
|
@ -2493,7 +2497,7 @@ Pony files located in @file{/usr/share/ponysay}.
|
||||||
@itemx usrponies
|
@itemx usrponies
|
||||||
@cindex homeponies
|
@cindex homeponies
|
||||||
@cindex usrponies
|
@cindex usrponies
|
||||||
Pony files located in @file{~/.local/share/ponysay}.
|
Pony files located in @file{${XDG_DATA_HOME}/ponysay} or @file{~/.local/share/ponysay} (fallback).
|
||||||
|
|
||||||
@item browser ponies
|
@item browser ponies
|
||||||
@cindex browser ponies
|
@cindex browser ponies
|
||||||
|
|
Loading…
Reference in a new issue