diff options
author | toonn <toonn@toonn.io> | 2018-05-14 10:19:43 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2018-05-14 10:19:43 +0200 |
commit | 42c0d2a65b2b370ac20838aa4507a263cdec24b6 (patch) | |
tree | 9ab234ef455b7d50e084ed30a29a1d6928dbc318 /ranger | |
parent | d8f83132565b15c0f3df34fa6655dbe1050d4588 (diff) | |
parent | 354cd5b42d6172f7cef2d430a23c353e13065036 (diff) | |
download | ranger-42c0d2a65b2b370ac20838aa4507a263cdec24b6.tar.gz |
Merge branch 'mxovd-master'
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/core/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/core/main.py b/ranger/core/main.py index 1fc35bac..ae7a691c 100644 --- a/ranger/core/main.py +++ b/ranger/core/main.py @@ -180,6 +180,7 @@ def main( fm.select_file(args.selectfile) if args.cmd: + fm.enter_dir(fm.thistab.path) for command in args.cmd: fm.execute_console(command) |