mirror of
https://github.com/erkin/ponysay
synced 2024-11-14 23:57:09 +00:00
Fix fish-completion of homeponies
This commit is contained in:
parent
11e52caaa2
commit
6bff7576eb
1 changed files with 4 additions and 4 deletions
|
@ -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