mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-26 06:07:59 +01: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>
|
# Author: Elis Axelsson <etu AT elis DOT nu>
|
||||||
|
|
||||||
if test $TERM = "linux"
|
if test $TERM = "linux"
|
||||||
set -g systempath "/usr/share/ponysay/ttyponies/"
|
set -g systempath /usr/share/ponysay/ttyponies/
|
||||||
set -g homepath "~/.local/share/ponysay/ttyponies/"
|
set -g homepath ~/.local/share/ponysay/ttyponies/
|
||||||
else
|
else
|
||||||
set -g systempath "/usr/share/ponysay/ponies/"
|
set -g systempath /usr/share/ponysay/ponies/
|
||||||
set -g homepath "~/.local/share/ponysay/ponies/"
|
set -g homepath ~/.local/share/ponysay/ponies/
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue