diff --git a/tools/fish/conf.d/winterop.fish b/tools/fish/conf.d/winterop.fish new file mode 100644 index 0000000..52750e6 --- /dev/null +++ b/tools/fish/conf.d/winterop.fish @@ -0,0 +1,11 @@ +if command -v wslpath > /dev/null + function cdw + cd (wslpath -u $argv) + end + function zw + z (wslpath -u $argv) + end + alias psw="tasklist.exe" + alias killw="taskkill.exe" + alias winget="winget.exe" +end