diff --git a/thefuck/rules/open.py b/thefuck/rules/open.py index cc6f5860..204641fd 100644 --- a/thefuck/rules/open.py +++ b/thefuck/rules/open.py @@ -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):