mirror of
https://github.com/nvbn/thefuck.git
synced 2025-04-19 17:20:39 +01:00
As stated in #641 this will solve the problem for wsl
parent
6c81b76e3f
commit
4ed79eedf3
@ -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)
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user