From c07b5eba414d061fc68919c849a2fc28b1395129 Mon Sep 17 00:00:00 2001 From: whoami Date: Thu, 10 Apr 2025 23:22:53 +0100 Subject: [PATCH] feat(wsl): Use wsl-notify-send --- platforms/wsl/winterop.zsh | 2 ++ tools/fish/conf.d/winterop.fish | 2 ++ 2 files changed, 4 insertions(+) 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