diff --git a/thefuck/rules/open.py b/thefuck/rules/open.py index 204641f..756f288 100644 --- a/thefuck/rules/open.py +++ b/thefuck/rules/open.py @@ -8,7 +8,7 @@ def match(command, settings): - return (command.script.startswith('open') + return (command.script.startswith(('open', 'xdg-open', 'gnome-open', 'kde-open')) and ( '.com' in command.script or '.net' in command.script