diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-07-21 18:16:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-07-21 18:16:30 +0200 |
commit | d67febe2adebf08b910493455744be7b9d7c04b4 (patch) | |
tree | 5899ab7d5e0ea07aed28c7eb4296ded6e54bb707 | |
parent | 61eb843ded3184b2a09a1f68b9643da6e660b6b0 (diff) | |
parent | f4bdfd9e7d6eb670a5caa0dd4f3b4d47fd662fd8 (diff) | |
download | ponysay-d67febe2adebf08b910493455744be7b9d7c04b4.tar.gz ponysay-d67febe2adebf08b910493455744be7b9d7c04b4.tar.bz2 ponysay-d67febe2adebf08b910493455744be7b9d7c04b4.zip |
Merge branch 'master' of github.com:erkin/ponysay
-rw-r--r-- | completion/fish-completion.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/fish-completion.fish b/completion/fish-completion.fish index 8299564..802cbf2 100644 --- a/completion/fish-completion.fish +++ b/completion/fish-completion.fish @@ -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 |