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
@@ -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)
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user