VSCode Settings and hs alias
This commit is contained in:
@@ -5,3 +5,4 @@ alias c="clear"
|
||||
alias pbcopy="xsel -i -b"
|
||||
alias pbpaste="xsel -o -b"
|
||||
alias tetris="tetriscurses"
|
||||
alias hs="hugo server --disableFastRender && rm -r public"
|
||||
|
||||
@@ -14,8 +14,10 @@
|
||||
"update.showReleaseNotes": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"editor.minimap.enabled": false,
|
||||
"markyMarkdown.statsShowReadingTime": false,
|
||||
"markyMarkdown.statsShowWords": true,
|
||||
"markyMarkdown.statsShowLines": false,
|
||||
"markyMarkdown.statsShowCharacters": false
|
||||
"terminal.integrated.fontFamily": "'MesloLGS NF','monospace',monospace",
|
||||
"jupyter.askForKernelRestart": false,
|
||||
"chat.commandCenter.enabled": false,
|
||||
"files.associations": {
|
||||
"*.kv": "yaml"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user