ConEmu icon indicating copy to clipboard operation
ConEmu copied to clipboard

welcome prompt

Open sSiDs opened this issue 2 years ago • 1 comments

i still cannot get rid of

_0000

i just want c:\ prompt or something custom///i..e. bash$

Could you help me please$)

sSiDs avatar Jan 08 '23 01:01 sSiDs

According to the header in %ConEmuBaseDir%\CmdInit.bat you can create %userprofile%.conemu\CmdInit.bat and put commands there to run when you run the command task. Put CLS on the last line of that file to clear the screen when cmd starts. This way you keep all the ConEmu customizations from the main CmdInit.bat batch file (which is run by the cmd task).

Alternatively you can change the task command from cmd.exe /k "%ConEmuBaseDir%\CmdInit.cmd" to cmd.exe /k "cls" if you don't care about the conemu customizations.

chrstfer avatar Feb 01 '23 23:02 chrstfer