1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-11-04 17:12:05 +00:00

As stated in #641 this will solve the problem for wsl

ET
2022-08-21 11:44:57 +02:00
parent 6c81b76e3f
commit 4ed79eedf3

@@ -83,4 +83,12 @@ pip install xontrib-thefuck
And then load it (you can add this to xonshrc for it to be loaded in every xonsh session): And then load it (you can add this to xonshrc for it to be loaded in every xonsh session):
``` ```
xontrib load thefuck xontrib load thefuck
```
# wsl
in wsl you might also have to put `export PATH="$PATH:~/.local/bin/"` before the alias
```
export PATH="$PATH:~/.local/bin/"
eval $(thefuck --alias fuck)
``` ```