aboutsummaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorPablo Lezaeta <prflr88@gmail.com>2012-07-19 18:12:48 -0400
committerPablo Lezaeta <prflr88@gmail.com>2012-07-19 18:12:48 -0400
commit02ab47bba1fa55f23f6998870c87d70514df96a0 (patch)
treeae93b24958fcc8cef57543746530b2a788c07183 /completion
parente535b106bd4e237dbf98176272813573eb4a450c (diff)
parent3827a291dd90418fc38a4e168785e5e938926967 (diff)
downloadponysay-02ab47bba1fa55f23f6998870c87d70514df96a0.tar.gz
ponysay-02ab47bba1fa55f23f6998870c87d70514df96a0.tar.bz2
ponysay-02ab47bba1fa55f23f6998870c87d70514df96a0.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'completion')
-rw-r--r--completion/fish-completion.fish11
1 files changed, 5 insertions, 6 deletions
diff --git a/completion/fish-completion.fish b/completion/fish-completion.fish
index 8d3c911..08b42c4 100644
--- a/completion/fish-completion.fish
+++ b/completion/fish-completion.fish
@@ -1,15 +1,14 @@
-
-# Completions for ponysay & ponythink
+# Completions for ponysay
# https://github.com/erkin/ponysay/
#
# 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