diff options
-rwxr-xr-x | ranger/data/scope.sh (renamed from ranger/scripts/scope.sh) | 0 | ||||
-rw-r--r-- | ranger/defaults/options.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ranger/scripts/scope.sh b/ranger/data/scope.sh index 998476dc..998476dc 100755 --- a/ranger/scripts/scope.sh +++ b/ranger/data/scope.sh diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index 4ff774c6..6e840e33 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -40,7 +40,7 @@ hidden_filter = regexp( show_hidden = False # Which script is used to generate file previews? -preview_script = relpath('scripts/scope.sh') # relative to rangers path +preview_script = relpath('data/scope.sh') # relative to rangers path # Show dotfiles in the bookmark preview box? show_hidden_bookmarks = True |