1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00
thefuck/tests
Pablo Santiago Blum de Aguiar 891fbe7ed1 fix(fish.get_aliases): do not include overridden aliases
Fish Shell overrides some shell commands, such as `cd` and `ls` and
therefore some rules fail to match. The following aliases are excluded
by default:

 * cd
 * grep
 * ls
 * man
 * open

To change them, one can use the `TF_OVERRIDDEN_ALIASES` environment
variable such as:

```
set TF_OVERRIDDEN_ALIASES 'cd,grep,ls'
```

Fix #262
2015-07-13 22:53:15 -03:00
..
rules Merge branch 'master' of github.com:nvbn/thefuck 2015-07-10 17:58:53 +03:00
__init__.py Fix tests with python 2 2015-04-25 03:13:57 +02:00
conftest.py #N/A Add history rule 2015-07-10 17:58:41 +03:00
test_conf.py Improve tests with mocker 2015-05-07 13:42:52 +02:00
test_logs.py Use colorama for colored output 2015-04-22 06:03:06 +02:00
test_main.py Improve tests with mocker 2015-05-07 13:42:52 +02:00
test_shells.py fix(fish.get_aliases): do not include overridden aliases 2015-07-13 22:53:15 -03:00
test_types.py #102 Add support of rules with side effects 2015-05-01 04:39:37 +02:00
test_utils.py #N/A Add history rule 2015-07-10 17:58:41 +03:00
utils.py #N/A Add history rule 2015-07-10 17:58:41 +03:00