pbeep > beep + add it to arch

This commit is contained in:
Mylloon 2024-08-23 18:28:53 +02:00
parent c151f8e17b
commit 65c233c038
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 1 deletions

View file

@ -9,3 +9,4 @@ abbr catall "catall . '*.ext1' '*.ext2' | xclip -selection clipboard"
abbr ll "eza --git --icons=auto -gl"
abbr la "eza --git --icons=auto -gla"
abbr pdf "firefox *.pdf & disown"
abbr beep "cvlc --play-and-exit /usr/share/sounds/freedesktop/stereo/bell.oga > /dev/null"

View file

@ -8,4 +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)'"
abbr beep "powershell.exe -c '[console]::beep(200,300)'"