From d4aa75df18ae69ae680944d720c9abede0ad9e25 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 30 Apr 2023 22:51:56 +0200 Subject: [PATCH] fix wpwd ^3 --- .config/fish/conf.d/abbr_wsl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index a4ad143..7b6b4fa 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)"'