1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

#270 Add default priority in the readme

This commit is contained in:
nvbn 2015-07-20 20:01:45 +03:00
parent baf7796295
commit 36450b740f

View File

@ -242,7 +242,7 @@ enabled_by_default = True
def side_effect(command, settings):
subprocess.call('chmod 777 .', shell=True)
priority = 1000 # Lower first
priority = 1000 # Lower first, default is 1000
```
[More examples of rules](https://github.com/nvbn/thefuck/tree/master/thefuck/rules),