소스 검색

feat(lazygit): autofetch every hour

Joe 11 달 전
부모
커밋
eb11f0b502
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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>"