diff options
-rw-r--r-- | ranger/api/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py index 15816247..37d3dec0 100644 --- a/ranger/api/commands.py +++ b/ranger/api/commands.py @@ -332,4 +332,4 @@ class AliasCommand(Command): _function_name = "unknown" _line = "" def execute(self): - self.fm.execute_console(self._line) + self.fm.execute_console(self._line + ' ' + self.rest(1)) |