diff options
-rwxr-xr-x | ranger/config/commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index 16b48c49..832a33a6 100755 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -1688,6 +1688,7 @@ class yank(Command): def execute(self): import subprocess + def clipboards(): from ranger.ext.get_executables import get_executables clipboard_managers = { |