mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-21 04:32:37 +01:00
#164 Decrease priority of no_command
This commit is contained in:
@@ -31,3 +31,6 @@ def get_new_command(command, settings):
|
||||
new_command = get_close_matches(old_command,
|
||||
_get_all_bins())[0]
|
||||
return ' '.join([new_command] + command.script.split(' ')[1:])
|
||||
|
||||
|
||||
priority = 3000
|
||||
|
Reference in New Issue
Block a user