updated colorscheme, path, vscode config

* updated colorscheme in kitty, alacritty
* add nix paths in path(fish shell)
* remove unused options in vscode
This commit is contained in:
Smirnov Olexander 2022-05-08 00:14:26 +03:00
parent e1607e01b9
commit b14b4d8bbb
4 changed files with 64 additions and 52 deletions

View file

@ -55,10 +55,5 @@
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.commandsToSkipShell": [
"language-julia.interrupt"
],
"julia.symbolCacheDownload": true,
"julia.enableTelemetry": false
"typescript.updateImportsOnFileMove.enabled": "always"
}