diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-06-30 19:11:07 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-06-30 19:11:07 +0200 |
commit | 9cda2c24fc9c05fc1d4fcb8afc1248457f052f2d (patch) | |
tree | 3c008496ce9f96d5fb167b3b96cbcd6a38aec017 /dot-config | |
parent | f01140976ac41e3021dc8892a0ae206961a94ecc (diff) | |
download | sleipner-9cda2c24fc9c05fc1d4fcb8afc1248457f052f2d.tar.gz |
lazygit: disable autofetch
Diffstat (limited to 'dot-config')
-rw-r--r-- | dot-config/lazygit/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot-config/lazygit/config.yml b/dot-config/lazygit/config.yml new file mode 100644 index 0000000..5fd5726 --- /dev/null +++ b/dot-config/lazygit/config.yml @@ -0,0 +1,2 @@ +git: + autoFetch: false |