From 2fe6af85a560b2775b96a7491cffb084abb525ef Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 24 Jul 2024 12:12:57 +0200 Subject: [PATCH] add pbeep --- .config/fish/conf.d/abbr_wsl.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index 9954f0d..40bddbe 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -8,3 +8,4 @@ abbr ll "eza --git -gl" abbr la "eza --git -gla" abbr pdf "'/mnt/c/Program Files/Mozilla Firefox/firefox.exe' (for f in *.pdf; echo "file:///"(wslpath -m .)/\$f; end)" abbr zfind "find * -type f -name '*:Zone.Identifier' -ok rm {} \;" +abbr pbeep "powershell.exe -c '[console]::beep(200,300)'"