skip confirmation

This commit is contained in:
Mylloon 2024-12-12 16:13:24 +01:00
parent 10f417704d
commit 8ee077064d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -9,5 +9,5 @@ abbr la "eza --git -gla"
abbr llt "eza --git --tree --level=2 -gl"
abbr lat "eza --git --tree --level=2 -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 zfind "find ~ -type f -name '*:Zone.Identifier' -delete"
abbr beep "powershell.exe -c '[console]::beep(200,300)'"