Quantcast
Channel: Open A New Tab In ConEmu, in the same Directory (git bash) - Super User
Viewing all articles
Browse latest Browse all 2

Answer by Maximus for Open A New Tab In ConEmu, in the same Directory (git bash)

$
0
0

ConEmu's docs clearly state what user shall to configure.

For bash user has to add to bash profile

PROMPT_COMMAND='ConEmuC -StoreCWD'

And set up a call of Shellfunction in the Keys&Macros. Example assumes you have {Git bash} task.

Shell("new_console", "{Git bash}", "", "%CD%")

Viewing all articles
Browse latest Browse all 2

Trending Articles