mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
13 lines
333 B
Fish
13 lines
333 B
Fish
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
|