diff options
-rwxr-xr-x | ranger/config/commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index ea2ab982..ee149532 100755 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -853,6 +853,8 @@ class console(Command): command = command.replace(separate, '', 1) else: position = None + else: + command = self.rest(1) self.fm.open_console(command, position=position) |