Updated scripts

This commit is contained in:
Christoffer Martinsson 2025-06-18 21:14:02 +02:00
parent b022f74b7e
commit 6bea9dc550
2 changed files with 3 additions and 1 deletions

View File

@ -442,7 +442,7 @@ require("lazy").setup({
}, },
{ {
"lews6991/gitsigns.nvim", "lewis6991/gitsigns.nvim",
opts = { opts = {
signs = { signs = {
add = { text = "" }, add = { text = "" },

View File

@ -5,6 +5,8 @@
helper = store --file ~/.my-credentials helper = store --file ~/.my-credentials
[credential "https://dev.azure.com"] [credential "https://dev.azure.com"]
useHttpPath = true useHttpPath = true
[credential "https://github.com"]
useHttpPath = true
[credential "https://git.cmtec.se"] [credential "https://git.cmtec.se"]
helper = store --file ~/.my-credentials helper = store --file ~/.my-credentials
username = cm username = cm