Skip to content

Commit

Permalink
add cmder config
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Nov 9, 2019
1 parent 79a7b51 commit 183783a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Terminus.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
"default": false,
"platforms": ["windows"]
},
{
"name": "Cmder",
"cmd": ["cmd.exe", "/k", "%CMDER_ROOT%\\vendor\\init.bat"],
"env": {},
"enable": false,
"default": false,
"platforms": ["windows"]
},
{
"name": "WSL Login Shell",
"cmd": "wsl.exe",
Expand Down

0 comments on commit 183783a

Please sign in to comment.