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