aboutsummaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorElis Axelsson <elis.axelsson@gmail.com>2012-07-20 19:13:15 +0200
committerElis Axelsson <elis.axelsson@gmail.com>2012-07-20 19:13:15 +0200
commit6bff7576ebe259f9cb88c75e6131353c1e55a70f (patch)
tree228840c05e67498a5b710a93a6c4a24c9f1f1895 /completion
parent11e52caaa218e8da2ceb33d6892711952ef4ef7b (diff)
downloadponysay-6bff7576ebe259f9cb88c75e6131353c1e55a70f.tar.gz
ponysay-6bff7576ebe259f9cb88c75e6131353c1e55a70f.tar.bz2
ponysay-6bff7576ebe259f9cb88c75e6131353c1e55a70f.zip
Fix fish-completion of homeponies
Diffstat (limited to 'completion')
-rw-r--r--completion/fish-completion.fish8
1 files changed, 4 insertions, 4 deletions
diff --git a/completion/fish-completion.fish b/completion/fish-completion.fish
index 9a0cf23..08b42c4 100644
--- a/completion/fish-completion.fish
+++ b/completion/fish-completion.fish
@@ -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