diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index 8955894..a4ad143 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -2,4 +2,4 @@ abbr d "explorer.exe ." abbr unison "unison ~/src ~/u_dest" abbr vs "code ." abbr wgcc "x86_64-w64-mingw32-gcc" -abbr wpwd 'echo "\\\\wsl.localhost\\Arch$(pwd | tr / \\ 2> /dev/null)"' +abbr wpwd 'echo "\\\\wsl.localhost\\Arch$(pwd | tr / \\\ 2> /dev/null)"'