1
0
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:
nvbn 2015-05-07 12:57:43 +02:00
parent fc3fcf028a
commit 5bf1424613

View File

@ -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