Commit acbf3f1 1 parent 2af0861 commit acbf3f1 Copy full SHA for acbf3f1
File tree 2 files changed +2
-19
lines changed
2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 28
28
duster = "remote update origin --prune" ;
29
29
refresh = "!git switch-default && git pull --prune \" $(git upstream)\" \" $(git current)\" " ;
30
30
all = "!git refresh && git-delete-merged-branches" ;
31
- gui = "!lazygit" ;
32
- pp = "log --pretty=format:'%Cgreen%cd %Cblue%h %Creset%s' --date=short --decorate --graph -- tags HEAD" ;
31
+ # Do not add `--graph`, it makes too slow in large repository as NixOS/nixpkgs
32
+ pp = "log --pretty=format:'%Cgreen%cd %Cblue%h %Creset%s' --date=short --decorate --tags HEAD" ;
33
33
} ;
34
34
35
35
# TODO: They will be overridden by local hooks, Fixes in #545
185
185
] ;
186
186
} ;
187
187
} ;
188
-
189
- # https://github.com/nix-community/home-manager/blob/release-23.11/modules/programs/lazygit.nix
190
- programs . lazygit = {
191
- enable = true ;
192
-
193
- # https://dev.classmethod.jp/articles/eetann-lazygit-config-new-option/
194
- settings = {
195
- gui = {
196
- language = "ja" ;
197
- showIcons = true ;
198
- theme = {
199
- lightTheme = true ;
200
- } ;
201
- } ;
202
- } ;
203
- } ;
204
188
}
Original file line number Diff line number Diff line change 48
48
49
49
git
50
50
tig
51
- lazygit
52
51
gh
53
52
ghq
54
53
You can’t perform that action at this time.
0 commit comments