summaryrefslogtreecommitdiff
path: root/.config/ranger/scope.sh
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-07 11:45:41 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-07 11:45:41 -0700
commit388bf8f664e9021bc87b6b4286f82506f775d6aa (patch)
tree4a40a241c83becfe04fac5da8a8c22ab69a0a2dc /.config/ranger/scope.sh
parente392e8ba753efc431fcb92e8fa709808589a7c61 (diff)
Config ranger, add zathura config, add py scripts
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
# -----+------------+-------------------------------------------