1
Fork 0

Compare commits

..

No commits in common. "f8fd1380bd57a612229b6f80f372d69a0a481e04" and "75617b5fd3bff7a834c2b48b6146e2af362b479b" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

@ -5,8 +5,6 @@ alias ls="exa"
alias mgs="mgitstatus"
alias o="xdg-open"
alias ssh="kitty +kitten ssh"
alias tar-extract="tar -x -f"
alias tar-list="tar -t -f"
alias trash="gio trash"
alias youtube-dl="yt-dlp"

View File

@ -139,8 +139,6 @@
"todo-tree.highlights.enabled": false,
// Redhat
"redhat.telemetry.enabled": false,
// Linter XO (ID: samverschueren.linter-xo).
"xo.format.enable": true,
/* Language-specific overrides. */
"[html]": {
"editor.wordWrap": "on",
@ -174,10 +172,6 @@
"editor.defaultFormatter": "stylelint.vscode-stylelint",
"editor.formatOnSave": true
},
"[typescript]": {
"editor.defaultFormatter": "samverschueren.linter-xo",
"editor.formatOnSave": true
},
"[xml]": {
"editor.wordWrap": "on"
}