add zfind

This commit is contained in:
Mylloon 2024-06-15 01:25:18 +02:00
parent 8b7852802a
commit c7d6e25fe5
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -7,3 +7,4 @@ abbr catall "catall . '*.ext1' '*.ext2' | clip.exe"
abbr ll "eza --git -gl" abbr ll "eza --git -gl"
abbr la "eza --git -gla" 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 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 {} \;"