mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
add current working directory as a data directory
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
8af40226af
commit
1c1b27923f
1 changed files with 2 additions and 1 deletions
|
@ -203,9 +203,10 @@ class Ponysay():
|
||||||
return None
|
return None
|
||||||
return a + b
|
return a + b
|
||||||
return [cat(parsefile(item), file) for item in [
|
return [cat(parsefile(item), file) for item in [
|
||||||
|
'./',
|
||||||
'$XDG_DATA_HOME/ponysay/',
|
'$XDG_DATA_HOME/ponysay/',
|
||||||
'$HOME/.local/share/ponysay/',
|
'$HOME/.local/share/ponysay/',
|
||||||
'/usr/share/ponysay/',
|
'/usr/share/ponysay/'
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue