1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-07 13:41:21 +00:00

Moved Troubleshooting section to separate Troubleshooting page

Justin Schwaitzberg 2020-12-29 08:29:12 -05:00
parent 7222eb63aa
commit c37b7f7434

@ -84,13 +84,3 @@ And then load it (you can add this to xonshrc for it to be loaded in every xonsh
```
xontrib load thefuck
```
# Troubleshooting
If the following error message is shown when trying to run `thefuck`:
```
command not found: thefuck
```
Ensure that `~/.local/bin` is present in your path. eg. add `PATH="$PATH:$HOME/.local/bin"` to `.bashrc`, `.zshrc` etc.