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

@@ -36,7 +36,7 @@
"window.menuBarVisibility": "toggle",
"editor.multiCursorModifier": "ctrlCmd",
"diffEditor.renderSideBySide": false,
"diffEditor.ignoreTrimWhitespace": true,
"diffEditor.ignoreTrimWhitespace": false,
"explorer.confirmDragAndDrop": false,
"workbench.colorCustomizations": {
"tab.activeBackground": "#07f7af3f",
@@ -61,7 +61,9 @@
"cSpell.fixSpellingWithRenameProvider": true,
"cSpell.userWords": [
"Aadhaar",
"BBSR",
"GOPATH",
"Jython",
"Kumar",
"Pratik",
"Printf",
@@ -73,8 +75,10 @@
"VVIMP",
"VVVIMP",
"atleast",
"elif",
"mkdir",
"pratiktri",
"pylint",
"subfolder",
"ulta"
],
@@ -101,7 +105,9 @@
"git.enableSmartCommit": true,
"git.autofetch": true,
"git.confirmSync": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.hovers.currentLine.over": "annotation",
"gitlens.advanced.telemetry.enabled": false,
"gitlens.blame.avatars": false,
//
// Golang
"go.useLanguageServer": true,
@@ -130,5 +136,8 @@
"*": "Visual Studio Dark",
"markdown": "Material Theme Darker High Contrast"
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"markdown.extension.toc.orderedList": true,
//
}