Merge branch 'master' of github.com:erkin/ponysay

This commit is contained in:
Mattias Andrée 2012-07-21 18:16:30 +02:00
commit d67febe2ad

View file

@ -17,7 +17,7 @@ if test -d $systempath
end
if test -d $homepath
set -g homeponies (ls --color=no $systempath | sed -e 's/\.pony//' -e 's/_.*//' | perl -pe 's/([a-z])([A-Z])/\1\\\ \2/' )
set -g homeponies (ls --color=no $homepath | sed -e 's/\.pony//' -e 's/_.*//' | perl -pe 's/([a-z])([A-Z])/\1\\\ \2/' )
end