diff options
-rwxr-xr-x | ranger/data/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index c997726a..0db0947a 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/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. |