Rectified .bashrc - shopt and not . Tmux, use for in-window cursor nav, for changing window.

This commit is contained in:
Pratik Tripathy
2020-12-16 11:02:33 +05:30
parent 5c05b59c39
commit 1bf3fcb1c2
4 changed files with 28 additions and 11 deletions

View File

@@ -77,13 +77,19 @@
"Aiginia",
"BBSR",
"Bhubaneswar",
"CLR",
"Destructured",
"GOPATH",
"IIS",
"JIT",
"Jython",
"Kumar",
"LINQ",
"MVC",
"Monomorphization",
"OOP",
"Odisha",
"Postgres",
"Pratik",
"Printf",
"Println",
@@ -130,8 +136,10 @@
"git.enableSmartCommit": true,
"git.autofetch": true,
"git.confirmSync": false,
"gitlens.hovers.currentLine.over": "annotation",
"gitlens.hovers.currentLine.over": "line",
"gitlens.advanced.telemetry.enabled": false,
"gitlens.codeLens.enabled": false,
"gitlens.statusBar.reduceFlicker": true,
"gitlens.blame.avatars": false,
"projectManager.git.baseFolders": [
"/media/pratik/Personal_Projects/Code/",
@@ -181,6 +189,7 @@
"*": "Visual Studio Dark",
"markdown": "Community Material Theme Darker High Contrast"
},
"workbench.colorTheme": "Visual Studio Dark"
"workbench.colorTheme": "Visual Studio Dark",
"python.languageServer": "Pylance"
//
}