mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +00:00
As stated in #641 this will solve the problem for wsl
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):
|
||||
```
|
||||
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