1
0
Fork 0

add rust to rifle.conf

This commit is contained in:
Luca Bilke 2024-01-28 16:01:38 +01:00
parent c293c29af3
commit d221a57961

View file

@ -166,8 +166,8 @@ mime ^inode/x-empty$, label editor = "$EDITOR" -- "$@"
mime ^inode/x-empty$, label pager = "$EDITOR" -- "$@"
mime ^text, label editor = "$EDITOR" -- "$@"
mime ^text, label pager = "$PAGER" -- "$@"
!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$EDITOR" -- "$@"
!mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php|rs = "$EDITOR" -- "$@"
!mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php|rs = "$PAGER" -- "$@"
ext 1 = man "$1"
ext s[wmf]c, has zsnes, X = zsnes "$1"
ext s[wmf]c, has snes9x-gtk,X = snes9x-gtk "$1"