From 4ca23135950fc562730bd3a1e515350b2432ae28 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 10 Oct 2023 20:49:12 +0200 Subject: [PATCH] fix wpwd --- .config/fish/conf.d/alias_wsl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/conf.d/alias_wsl.fish b/.config/fish/conf.d/alias_wsl.fish index e868db5..8534ffe 100644 --- a/.config/fish/conf.d/alias_wsl.fish +++ b/.config/fish/conf.d/alias_wsl.fish @@ -1 +1 @@ -alias wpwd "echo '\\\\\wsl.localhost\\Arch$(pwd | tr / \\\\ 2> /dev/null)'" +alias wpwd "echo \"\\\\\wsl.localhost\\Arch\$(pwd | tr / \\\\ 2> /dev/null)\""