diff --git a/platforms/wsl/winterop.zsh b/platforms/wsl/winterop.zsh index 10620ad..ed8c433 100644 --- a/platforms/wsl/winterop.zsh +++ b/platforms/wsl/winterop.zsh @@ -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() { diff --git a/tools/fish/conf.d/winterop.fish b/tools/fish/conf.d/winterop.fish index 52750e6..35c033d 100644 --- a/tools/fish/conf.d/winterop.fish +++ b/tools/fish/conf.d/winterop.fish @@ -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