diff options
Diffstat (limited to 'dotfiles/.local/bin/nsxiv-rifle')
-rwxr-xr-x | dotfiles/.local/bin/nsxiv-rifle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/nsxiv-rifle b/dotfiles/.local/bin/nsxiv-rifle index 95d6423..bec93b7 100755 --- a/dotfiles/.local/bin/nsxiv-rifle +++ b/dotfiles/.local/bin/nsxiv-rifle @@ -16,7 +16,7 @@ abspath () { listfiles () { find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \ - '.*\(jpe?g\|bmp\|webp\|png\|gif\)$' -print0 | sort -z + '.*\(jpe?g\|bmp\|webp\|png\|gif\|hei\(c\|f\)\)$' -print0 | sort -z } target="$(abspath "$1")" |