From 1478dca4f48df534681f97ee01bfddd66b80d281 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 18 Dec 2018 13:39:46 -0500 Subject: [PATCH] scope.sh has bashisms and breaks if sh if posix --- .config/ranger/scope.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh index feef291..cce86cf 100755 --- a/.config/ranger/scope.sh +++ b/.config/ranger/scope.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # ranger supports enhanced previews. If the option "use_preview_script" # is set to True and this file exists, this script will be called and its # output is displayed in ranger. ANSI color codes are supported.