refactor: add random string alias to .bashrc and update flake.lock and vscode settings
All checks were successful
Nix Format Check / check-format (push) Successful in 38s

This commit is contained in:
2025-01-23 15:11:32 +01:00
parent 35ffc77056
commit 41d12d4d05
3 changed files with 11 additions and 7 deletions

View File

@ -62,5 +62,6 @@
"[dockercompose]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"go.toolsManagement.autoUpdate": true
"go.toolsManagement.autoUpdate": true,
"redhat.telemetry.enabled": false
}