mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +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>
|
||||
|
||||
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