diff --git a/.config/.dg-shell.zsh b/.config/.dg-shell.zsh index 11f4702..7a61769 100644 --- a/.config/.dg-shell.zsh +++ b/.config/.dg-shell.zsh @@ -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" diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 082342d..a609503 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -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" + } } \ No newline at end of file