1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-19 04:21:14 +00:00
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
..
2015-04-25 03:13:57 +02:00
2015-07-10 17:58:41 +03:00
2015-05-07 13:42:52 +02:00
2015-04-22 06:03:06 +02:00
2015-05-07 13:42:52 +02:00
2015-07-10 17:58:41 +03:00
2015-07-10 17:58:41 +03:00