Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cmder to the shells on windows #347

Closed
DRSDavidSoft opened this issue May 19, 2018 · 2 comments
Closed

Add Cmder to the shells on windows #347

DRSDavidSoft opened this issue May 19, 2018 · 2 comments

Comments

@DRSDavidSoft
Copy link

Cmder shell

Cmder is a terminal package in windows combining some useful features (aliases, user-profiles, Clink, and git integregtion) with a beautiful shell prompt. Here's a screenshot:

terminus-cmder

Request description

In here:

https://github.com/Eugeny/terminus/blob/7a005132cca25abee78afe8e9fbd025b9603b762/terminus-terminal/src/shells/windowsStock.ts#L20

Could you please add Cmder as a shell if %CMDER_ROOT% variable is detected and set?

            {
                id: 'cmder',
                name: 'Cmder',
                command: 'cmd.exe',
                args: [
                    '/k',
                    '%CMDER_ROOT%/vendor/init.bat'
                ]
            },

Currently, I'm using the custom shell method to load Cmder into Terminus. This is because the Clink configuration that Cmder uses is more eye pleasing and feature rich on Windows.

@Eugeny Eugeny closed this as completed in 5d605a4 May 20, 2018
@Eugeny
Copy link
Owner

Eugeny commented May 20, 2018

I've just added it in 5d605a4 :)

@DRSDavidSoft
Copy link
Author

@Eugeny That's amazing, thanks for the quick implementation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants