From 5f672bb9f76f0c37563202cfd9ed9755633a7050 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 19 Jul 2012 18:26:19 +0200 Subject: m manuals --- completion/fish_ponysay.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'completion/fish_ponysay.fish') 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" -- cgit