diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-07-11 04:56:56 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-07-11 04:56:56 -0700 |
commit | 40195ec4af1d1192ca6d1a9ef5aaacf002b87309 (patch) | |
tree | 0355e6e0e3b20b81f659d3f0730c7864ef3ee327 /.config/ranger | |
parent | 021b56a5abca3d78ee8e277cca6ded7219d55bed (diff) | |
download | dotfiles-40195ec4af1d1192ca6d1a9ef5aaacf002b87309.tar.gz |
miscellaneous
Diffstat (limited to '.config/ranger')
-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 -- "$@" |