mirror of
https://github.com/nvbn/thefuck.git
synced 2025-11-04 09:02:08 +00:00
As stated in #641 this will solve the problem for wsl
@@ -84,3 +84,11 @@ And then load it (you can add this to xonshrc for it to be loaded in every xonsh
|
||||
```
|
||||
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