mirror of
https://github.com/nvbn/thefuck.git
synced 2025-04-12 22:00:47 +01:00
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