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