From 4ed79eedf3bb732d02431abdf532a31c4b541d88 Mon Sep 17 00:00:00 2001 From: ET <57718207+turbotimon@users.noreply.github.com> Date: Sun, 21 Aug 2022 11:44:57 +0200 Subject: [PATCH] As stated in #641 this will solve the problem for wsl --- Shell-aliases.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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