From 55063c90791f1e23cec78ebefe098ff673d184cc Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Sun, 22 Dec 2019 22:35:53 -0500 Subject: [PATCH] Update scope.sh --- .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 cce86cf9..feef2914 100755 --- a/.config/ranger/scope.sh +++ b/.config/ranger/scope.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # 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.