aboutsummaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-20 10:14:43 -0700
committerMattias Andrée <maandree@operamail.com>2012-07-20 10:14:43 -0700
commitc6064a3dfc58fa1338753efb6cb2cc58092b3150 (patch)
tree228840c05e67498a5b710a93a6c4a24c9f1f1895 /completion
parent39968bb8318857b65d0c37e334526189e0a0332e (diff)
parent6bff7576ebe259f9cb88c75e6131353c1e55a70f (diff)
downloadponysay-c6064a3dfc58fa1338753efb6cb2cc58092b3150.tar.gz
ponysay-c6064a3dfc58fa1338753efb6cb2cc58092b3150.tar.bz2
ponysay-c6064a3dfc58fa1338753efb6cb2cc58092b3150.zip
Merge pull request #44 from etu/master
Added info about my gentoo-overlay with my ponysay ebuilds ;-)
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