Added kde neon aliases

This commit is contained in:
Pratik Tripathy
2020-08-05 02:29:00 +05:30
parent 64cf9c47ed
commit c47bb223d5
4 changed files with 13 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ alias grep='grep --color=auto'
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias usersearch="awk -F: '{print \"UserName: \" \$1 \", UserID: \" \$3 \", Home Dir: \" \$6 \", Shell Used: \" \$7}' /etc/passwd | grep"
alias code="codium"
# alias code="codium"
# History
alias histsearch="history | grep"

View File

@@ -48,7 +48,7 @@
},
{
"key": "ctrl+shift+j",
"command": "editor.action.joinLines",
"when": "editorTextFocus"
}
"command": "editor.action.joinLines"
},
{ "key": "ctrl+shift+j", "command": "workbench.action.togglePanel" }
]

View File

@@ -160,6 +160,7 @@
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"markdown.extension.toc.orderedList": true,
//
// Python
@@ -175,8 +176,12 @@
"editor.defaultFormatter": "rust-lang.rust"
},
//
// Theme
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"workbench.iconTheme": "material-icon-theme"
// Themes
"workbench.iconTheme": "material-icon-theme",
"theme-by-language.themes": {
"*": "Visual Studio Dark",
"markdown": "Material Theme Darker High Contrast"
},
"workbench.colorTheme": "Visual Studio Dark"
//
}

1
.neon_alias Normal file
View File

@@ -0,0 +1 @@
alias up="sudo pkcon refresh && sudo pkcon update && distup && autorem"