mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-25 06:32:37 +01:00
sudo rule: add support for mtr
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
patterns = ['permission denied',
|
||||
'EACCES',
|
||||
'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):
|
||||
|
Reference in New Issue
Block a user