aboutsummaryrefslogtreecommitdiff
path: root/completion/fish_ponysay.fish
diff options
context:
space:
mode:
Diffstat (limited to 'completion/fish_ponysay.fish')
-rw-r--r--completion/fish_ponysay.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/completion/fish_ponysay.fish b/completion/fish_ponysay.fish
index f0c73a2..ea98382 100644
--- a/completion/fish_ponysay.fish
+++ b/completion/fish_ponysay.fish
@@ -6,11 +6,11 @@
if test -d /usr/share/ponysay/ponies/
- set -g systemponies (ls /usr/share/ponysay/ponies/ | sed 's/\.pony/\t Pony from \/usr\/share\/ponysay\/ponies\//')
+ set -g systemponies (ls --color=no /usr/share/ponysay/ponies/ | sed 's/\.pony/\t Pony from \/usr\/share\/ponysay\/ponies\//')
end
if test -d ~/.local/share/ponysay/ponies/
- set -g homeponies (ls ~/.local/share/ponysay/ponies/ | sed 's/\.pony/\t Pony from ~\/.local\/share\/ponysay\/ponies\//')
+ set -g homeponies (ls --color=no ~/.local/share/ponysay/ponies/ | sed 's/\.pony/\t Pony from ~\/.local\/share\/ponysay\/ponies\//')
end
complete -c ponysay -s h --description "Help of ponysay"