mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-19 04:21:14 +00:00
891fbe7ed1
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