Skip to content

Commit

Permalink
Fixed stupid copy-paste fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Elis committed Jul 21, 2012
1 parent c0a9749 commit f4bdfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/fish-completion.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit f4bdfd9

Please sign in to comment.