diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-18 13:39:46 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-18 13:39:46 -0500 |
| commit | 1478dca4f48df534681f97ee01bfddd66b80d281 (patch) | |
| tree | efb3b236b533fb454a7c406f026242c5f1756ef7 | |
| parent | 2a419b908e42f101f7ec7feee9e212c3c81a7fab (diff) | |
| download | eibhear-1478dca4f48df534681f97ee01bfddd66b80d281.tar.gz eibhear-1478dca4f48df534681f97ee01bfddd66b80d281.tar.zst eibhear-1478dca4f48df534681f97ee01bfddd66b80d281.zip | |
scope.sh has bashisms and breaks if sh if posix
| -rwxr-xr-x | .config/ranger/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
