Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ecormaksin/8a324536e97241a040437c1f58498f09 to your computer and use it in GitHub Desktop.
Save ecormaksin/8a324536e97241a040437c1f58498f09 to your computer and use it in GitHub Desktop.
Windows TerminalにCmderを追加する設定
// profiles - list 内に追加。Cmderをデフォルトにする場合は、guidをdefaultProfileに設定する
{
"guid": "{<PowerShellで`[guid]::NewGuid()`を実行した戻り値>}",
"name": "Cmder",
"commandline": "cmd.exe /k %CMDER_ROOT%\\vendor\\init.bat",
"startingDirectory": "%USERPROFILE%",
"icon": "%CMDER_ROOT%\\icons\\cmder.ico"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment