1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Add a few other common patterns for the open rule

This commit is contained in:
mcarton 2015-06-26 11:32:04 +02:00
parent 01ce65047a
commit ef504b6436

View File

@ -16,7 +16,10 @@ def match(command, settings):
or '.ly' in command.script
or '.io' in command.script
or '.se' in command.script
or '.edu' in command.script))
or '.edu' in command.script
or '.info' in command.script
or '.me' in command.script
or 'www.' in command.script))
def get_new_command(command, settings):