From 40195ec4af1d1192ca6d1a9ef5aaacf002b87309 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 11 Jul 2019 04:56:56 -0700 Subject: miscellaneous --- .config/ranger/rifle.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.config/ranger') diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index 452687b..a2ef381 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -65,12 +65,12 @@ ext x?html?, has elinks, terminal = elinks "$@" ext exe, has wine, X, flag f = wine "$1" # scripts -ext py = python -- "$1" -ext pl = perl -- "$1" -ext rb = ruby -- "$1" -ext js = node -- "$1" -ext sh = sh -- "$1" -ext php = php -- "$1" +ext py, hash python = python -- "$1" +ext pl, hash perl = perl -- "$1" +ext rb, hash ruby = ruby -- "$1" +ext js, hash node = node -- "$1" +ext sh, hash sh = sh -- "$1" +ext php, hash php = php -- "$1" # audio / video mime ^audio, terminal, has mpv = mpv --no-video -- "$@" -- cgit v1.2.3