-
Notifications
You must be signed in to change notification settings - Fork 2k
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
How to edit prompt for {cmd::CMDER}} ??? #1425
Comments
I was just looking for an answer for this as well. |
At least for the cmd promt (no idea about bash), you wuld need to add you own lua file which duplicates https://github.com/cmderdev/cmder/blob/master/vendor/clink.lua#L20-L49 and then register it after the cmder supplied one (command like here: https://github.com/cmderdev/cmder/blob/master/vendor/clink.lua#L315-L316, eg.g use |
We might add this to Customization page someday. |
Default Cmder sessions add Bash sessions you could add code to Poweshell sessions, Im not sure this is possible with existing cmder but if it is it would be similar to the Bash but instead of |
Hi all,
first of all, WOW! GREAT JOB!
I want to use cmder to use Git on windows. As my first test with original "git for windows", which had a very poor performance (very slow command execution) I found your solution and on the first look, it is pretty awesome! So thanks for this!
As I am new to git too, so I want to have a little help in my PS1. I found this PS1, which I really want to use in cmder:
I want to use the default cmd::CMDER (because nice colors) which is set in the options. Can you please tell me, if and how it is possible to use the PS1 above instead of the default PS1 (but I want to keep the cmder icon, it is pretty awesome and remembers me to Half Life :D).
Thanks in Advance!
The text was updated successfully, but these errors were encountered: