mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Minor Correction
This commit is contained in:
parent
495a48b879
commit
0f5dcce49a
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user