From 8a3d3262e68a55c2cf5d916f02c3771bd0434ea0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 22 Jul 2024 18:20:06 +0200 Subject: [PATCH] use wslpath --- .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 58501e0..afce022 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -1,4 +1,4 @@ -abbr d "explorer.exe ." +abbr d "explorer.exe $(wslpath -w images/)" abbr unison "unison ~/src ~/u_dest" abbr vs "code ." abbr wgcc x86_64-w64-mingw32-gcc