Updated the Bash prompt. Moved the time-taken to 2nd row 2nd column

This commit is contained in:
Pratik
2020-04-20 09:59:02 +05:30
parent e73f027084
commit fda9039644
6 changed files with 24 additions and 13 deletions

View File

@@ -22,11 +22,11 @@
"command": "editor.emmet.action.wrapWithAbbreviation"
},
{
"key": "alt+a",
"key": "alt+q",
"command": "workbench.action.terminal.focus"
},
{
"key": "alt+a",
"key": "alt+q",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},