DEV Community

Discussion on: Adding MSL Shell to Windows Terminal

 
ganesshkumar profile image
Ganessh Kumar

github.com/microsoft/terminal/blob...

Both the formats are valid according to their documentation.

Thread Thread
 
morensya93 profile image
Faisal Morensya

Hi Ganessh,
Its been a while, below json configuration worked for me, thanks for the post, keep it up man!

{
    "closeOnExit" : true,
    "colorScheme" : "Campbell",
    "commandline" : "C:/cygwin64/bin/zsh -l -i",
    "cursorColor" : "#085336",
    "cursorShape" : "vintage",
    "fontSize" : 9,
    "guid": "{d0299d37-cdfb-4222-917b-df79328d786b}",
    "historySize" : 9001,
    "icon" : "C:/cygwin64/Cygwin-Terminal.ico",
    "name" : "Cygwin",
    "snapOnInput" : true,
    "useAcrylic" : true
}