diff --git a/.config/fish/conf.d/alias_wsl.fish b/.config/fish/conf.d/alias_wsl.fish index 28041cd..bf2ceac 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\$(command pwd | tr / \\\\ 2> /dev/null)\" | tee /dev/tty | clip.exe" +alias wpwd "wslpath -w . | tee /dev/tty | clip.exe"