Configure XDG mimeapps
This commit is contained in:
parent
bcae4ff2c9
commit
c4b7b014a5
2 changed files with 35 additions and 0 deletions
|
|
@ -231,3 +231,7 @@ label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -
|
|||
label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
|
||||
|
||||
ext blend, has blender, X, flag f = blender -- "$@"
|
||||
|
||||
else = xdg-open "$1"
|
||||
label editor = "$EDITOR" -- "$@"
|
||||
label pager = "$PAGER" -- "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue