From 06262e6089458624a80d52f565ac9ba48eb5691c Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 8 Jan 2020 15:07:03 +0100 Subject: [PATCH] Associate excel files with sc-im in rifle --- rifle.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/rifle.conf b/rifle.conf index 5c4af36..2ad7873 100644 --- a/rifle.conf +++ b/rifle.conf @@ -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 -- "$@"