feat(wsl): Use wsl-notify-send

This commit is contained in:
whoami 2025-04-10 23:22:53 +01:00
parent 5e26e71219
commit c07b5eba41
2 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,8 @@ alias diskpart="diskpart.exe"
alias winget="winget.exe"
alias pastew='pwsh.exe -NoProfile -Command "Get-Clipboard"'
alias ollama="ollama.exe"
# https://github.com/stuartleeks/wsl-notify-send
alias notify-send="wsl-notify-send.exe"
# WSL open
open() {

View file

@ -8,4 +8,6 @@ if command -v wslpath > /dev/null
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