diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index 8ec400f..58501e0 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -7,3 +7,4 @@ abbr catall "catall . '*.ext1' '*.ext2' | clip.exe" 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 {} \;"