Launch $SHELL, fallback to bash

Closes: #499
pull/551/head
Arijit Basu 1 year ago committed by Arijit Basu
parent 011d3d4a68
commit d719700122

@ -1848,7 +1848,7 @@ xplr.config.modes.builtin.action = {
help = "shell",
messages = {
"PopMode",
{ Call0 = { command = "bash", args = { "-i" } } },
{ Call0 = { command = os.getenv("SHELL") or "bash", args = { "-i" } } },
"ExplorePwdAsync",
},
},

Loading…
Cancel
Save