From c74953bee3663be1f8d40c83f8cd6d9fc5848adc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 11 Nov 2023 13:51:25 +0100 Subject: [PATCH] fix --- .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 5f31e2e..28041cd 100644 --- a/.config/fish/conf.d/alias_wsl.fish +++ b/.config/fish/conf.d/alias_wsl.fish @@ -1,2 +1,2 @@ alias pwd "pwd | tee /dev/tty | clip.exe" -alias wpwd "echo \"\\\\\wsl.localhost\\Arch\$(pwd | tr / \\\\ 2> /dev/null)\" | tee /dev/tty | clip.exe" +alias wpwd "echo \"\\\\\wsl.localhost\\Arch\$(command pwd | tr / \\\\ 2> /dev/null)\" | tee /dev/tty | clip.exe"