Minor Correction

This commit is contained in:
Emre AKYÜZ 2023-07-01 03:58:47 +03:00 committed by GitHub
parent 495a48b879
commit 0f5dcce49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,6 @@ cmd open ${{
text/*|application/json|inode/x-empty|application/x-subrip) $EDITOR $fx;; text/*|application/json|inode/x-empty|application/x-subrip) $EDITOR $fx;;
image/x-xcf) setsid -f gimp $f >/dev/null 2>&1 ;; image/x-xcf) setsid -f gimp $f >/dev/null 2>&1 ;;
image/svg+xml) display -- $f ;; image/svg+xml) display -- $f ;;
image/*) bash -c '
shopt -s nullglob
dir="$0"
selected_file="$1"
image/*) bash -c ' image/*) bash -c '
shopt -s nullglob shopt -s nullglob
dir="$0" dir="$0"