diff --git a/Shell-aliases.md b/Shell-aliases.md index f171f21..8198b8f 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -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) ``` \ No newline at end of file