mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(wsl): Use wsl-notify-send
This commit is contained in:
parent
5e26e71219
commit
c07b5eba41
2 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ alias diskpart="diskpart.exe"
|
||||||
alias winget="winget.exe"
|
alias winget="winget.exe"
|
||||||
alias pastew='pwsh.exe -NoProfile -Command "Get-Clipboard"'
|
alias pastew='pwsh.exe -NoProfile -Command "Get-Clipboard"'
|
||||||
alias ollama="ollama.exe"
|
alias ollama="ollama.exe"
|
||||||
|
# https://github.com/stuartleeks/wsl-notify-send
|
||||||
|
alias notify-send="wsl-notify-send.exe"
|
||||||
|
|
||||||
# WSL open
|
# WSL open
|
||||||
open() {
|
open() {
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,6 @@ if command -v wslpath > /dev/null
|
||||||
alias psw="tasklist.exe"
|
alias psw="tasklist.exe"
|
||||||
alias killw="taskkill.exe"
|
alias killw="taskkill.exe"
|
||||||
alias winget="winget.exe"
|
alias winget="winget.exe"
|
||||||
|
# https://github.com/stuartleeks/wsl-notify-send
|
||||||
|
alias notify-send="wsl-notify-send.exe"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue