This commit is contained in:
js0ny 2025-04-11 19:35:41 +00:00
commit ca26278922
2 changed files with 15 additions and 5 deletions

View file

@ -0,0 +1,13 @@
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"
# https://github.com/stuartleeks/wsl-notify-send
alias notify-send="wsl-notify-send.exe"
end