mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00: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,
|
||||
_get_all_bins())[0]
|
||||
return ' '.join([new_command] + command.script.split(' ')[1:])
|
||||
|
||||
|
||||
priority = 3000
|
||||
|
Loading…
x
Reference in New Issue
Block a user