mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +00:00
Merge pull request #42 from felixonmars/sudo-mtr-rule
sudo rule: add support for mtr
This commit is contained in:
commit
0925ce0e87
@ -1,7 +1,8 @@
|
|||||||
patterns = ['permission denied',
|
patterns = ['permission denied',
|
||||||
'EACCES',
|
'EACCES',
|
||||||
'pkg: Insufficient privileges',
|
'pkg: Insufficient privileges',
|
||||||
'you cannot perform this operation unless you are root']
|
'you cannot perform this operation unless you are root',
|
||||||
|
'non-root users cannot']
|
||||||
|
|
||||||
|
|
||||||
def match(command, settings):
|
def match(command, settings):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user