summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-18 13:39:46 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-18 13:39:46 -0500
commit1478dca4f48df534681f97ee01bfddd66b80d281 (patch)
treeefb3b236b533fb454a7c406f026242c5f1756ef7 /.config
parent2a419b908e42f101f7ec7feee9e212c3c81a7fab (diff)
downloadeibhear-1478dca4f48df534681f97ee01bfddd66b80d281.tar.gz
eibhear-1478dca4f48df534681f97ee01bfddd66b80d281.tar.zst
eibhear-1478dca4f48df534681f97ee01bfddd66b80d281.zip
scope.sh has bashisms and breaks if sh if posix
Diffstat (limited to '.config')
-rwxr-xr-x.config/ranger/scope.sh2
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.