summaryrefslogtreecommitdiff
path: root/.config/ranger/scope.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/ranger/scope.sh')
-rwxr-xr-x.config/ranger/scope.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh
index 13a25b4..9edf5b9 100755
--- a/.config/ranger/scope.sh
+++ b/.config/ranger/scope.sh
@@ -3,14 +3,6 @@
set -o noclobber -o noglob -o nounset -o pipefail
IFS=$'\n'
-# If the option `use_preview_script` is set to `true`,
-# then this script will be called and its output will be displayed in ranger.
-# ANSI color codes are supported.
-# STDIN is disabled, so interactive scripts won't work properly
-
-# This script is considered a configuration file and must be updated manually.
-# It will be left untouched if you upgrade ranger.
-
# Meanings of exit codes:
# code | meaning | action of ranger
# -----+------------+-------------------------------------------