ConEmu: Open a new shell of the same configuration with a GuiMacro -


how can open new conemu shell of same configuration?

for example, open new git bash shell guimacro:

shell("new_console", "{bash::git bash}", "", "%cd%")

how can make more generic? if in git bash shell, use {bash::git bash}; if in cmd prompt, use {shells::cmd}


Comments