Associate excel files with sc-im in rifle

This commit is contained in:
Talia 2020-01-08 15:07:03 +01:00
parent 1b15097b22
commit 06262e6089
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ ext x?html?, has w3m, terminal = w3m "$@"
ext csv = sc-im -- "$@"
ext tsv|tab = sc-im -- "$@"
ext sc = sc-im -- "$@"
ext xls|xlsx = sc-im -- "$@"
# Define the "editor" for text files as first action
mime ^text, label editor = $EDITOR -- "$@"