diff options
Diffstat (limited to '.config/ranger/rifle.conf')
-rw-r--r-- | .config/ranger/rifle.conf | 12 |
1 files changed, 6 insertions, 6 deletions
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 -- "$@" |