mirror of
https://github.com/nvbn/thefuck.git
synced 2025-04-19 01:00:42 +01:00
Merge branch 'master' into simplify-shells
This commit is contained in:
commit
0b2bda9e85
@ -17,8 +17,9 @@ addons:
|
|||||||
- pandoc
|
- pandoc
|
||||||
- git
|
- git
|
||||||
install:
|
install:
|
||||||
- pip install coveralls
|
- pip install -U pip
|
||||||
- pip install -r requirements.txt
|
- pip install -U coveralls
|
||||||
|
- pip install -Ur requirements.txt
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
- rm -rf build
|
- rm -rf build
|
||||||
script:
|
script:
|
||||||
|
@ -14,6 +14,7 @@ patterns = ['permission denied',
|
|||||||
'must be root',
|
'must be root',
|
||||||
'need to be root',
|
'need to be root',
|
||||||
'need root',
|
'need root',
|
||||||
|
'needs to be run as root',
|
||||||
'only root can ',
|
'only root can ',
|
||||||
'You don\'t have access to the history DB.',
|
'You don\'t have access to the history DB.',
|
||||||
'authentication is required',
|
'authentication is required',
|
||||||
|
@ -65,4 +65,5 @@ class Fish(Generic):
|
|||||||
return u'; and '.join(commands)
|
return u'; and '.join(commands)
|
||||||
|
|
||||||
def how_to_configure(self):
|
def how_to_configure(self):
|
||||||
return 'eval thefuck --alias', '~/.config/fish/config.fish'
|
return (r"eval (thefuck --alias | tr '\n' ';')",
|
||||||
|
'~/.config/fish/config.fish')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user