Explorar el Código

feat(lazygit): autofetch every hour

Joe hace 11 meses
padre
commit
eb11f0b502
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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>"