Parcourir la source

feat(lazygit): autofetch every hour

Joe il y a 11 mois
Parent
commit
eb11f0b502
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .config/lazygit/config.yml

+ 3 - 1
.config/lazygit/config.yml

@@ -22,7 +22,7 @@ gui:
     selectedLineBgColor:
       - yellow
 git:
-  autoFetch: false
+  autoFetch: true
   autoRefresh: false
   overrideGpg: true
   commit:
@@ -35,6 +35,8 @@ os:
   editInTerminal: false
 update:
   method: never
+refresher:
+  fetchInterval: 3600
 
 customCommands:
   - key: "<c-c>"