From b534d48c00e66b426705138b6c9f36af76683869 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 22 Jul 2024 18:20:53 +0200 Subject: [PATCH] fix typo --- .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 afce022..a9da38f 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 $(wslpath -w images/)" +abbr d "explorer.exe \$(wslpath -w images/)" abbr unison "unison ~/src ~/u_dest" abbr vs "code ." abbr wgcc x86_64-w64-mingw32-gcc