- Notifications
You must be signed in to change notification settings - Fork384
Update terminals.md to document the GUI of the settings of the Windows Terminal#404
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
web/docs/terminals.md Outdated
| key to the`guid` value of one of the profile entries. | ||
| * In the opened page, click on "+ New empty profile". | ||
| * Under Name, enter "MSYS" (or the name you want) | ||
| * Under Command line, enter`C:/msys64/msys2_shell.cmd -defterm -no-start -[term]`. Replace`[term]` by the terminal you want you use, such as`msys`,`ucrt64`, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
In this step, "term" and "terminal" should be replaced with "shell" or something similar. terminals are mintty, windows terminal etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Please seecommitc21df46.
Inhttps://github.com/msys2/msys2.github.io/pull/404/files/b7def42e6bbb56378de2b5bea440c4cbafaaa525#r2402821563,@Biswa96 said it:> In this step, "term" and "terminal" should be replaced with "shell" or something similar. terminals are mintty, windows terminal etc.So I did it.
In the old document there was documentation to add a new profile using a JSON file. Now there is a GUI, so it is no longer necessary.