diff options
author | Leo Vivier <zaephon@gmail.com> | 2019-01-14 14:12:44 +0100 |
---|---|---|
committer | Leo Vivier <zaephon@gmail.com> | 2019-01-14 14:12:44 +0100 |
commit | 07e6b93a538f920edcd015e3eda91932e44c4b32 (patch) | |
tree | 03c18645ecccc981dba0f1771e49d8332615f495 | |
parent | f8a7cf1628837a28d3815ceb2cc1047bde2186ac (diff) | |
download | ranger-07e6b93a538f920edcd015e3eda91932e44c4b32.tar.gz |
Change ‘Code’ to ‘Script’
-rw-r--r-- | ranger/config/rifle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index 17727932..b52e066d 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -98,7 +98,7 @@ ext exe = wine "$1" name ^[mM]akefile$ = make #-------------------------------------------- -# Code +# Script #------------------------------------------- ext py = python -- "$1" ext pl = perl -- "$1" |