Skip to content

Commit 7d7b673

Browse files
committed
Do not enable much slow git operations even for large project
1 parent c04c393 commit 7d7b673

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

home-manager/git.nix

-17
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
duster = "remote update origin --prune";
2929
refresh = "!git switch-default && git pull --prune \"$(git upstream)\" \"$(git current)\"";
3030
all = "!git refresh && git-delete-merged-branches";
31-
gui = "!lazygit";
3231
# Do not add `--graph`, it makes too slow in large repository as NixOS/nixpkgs
3332
pp = "log --pretty=format:'%Cgreen%cd %Cblue%h %Creset%s' --date=short --decorate --tags HEAD";
3433
};
@@ -186,20 +185,4 @@
186185
];
187186
};
188187
};
189-
190-
# https://github.com/nix-community/home-manager/blob/release-23.11/modules/programs/lazygit.nix
191-
programs.lazygit = {
192-
enable = true;
193-
194-
# https://dev.classmethod.jp/articles/eetann-lazygit-config-new-option/
195-
settings = {
196-
gui = {
197-
language = "ja";
198-
showIcons = true;
199-
theme = {
200-
lightTheme = true;
201-
};
202-
};
203-
};
204-
};
205188
}

home-manager/packages.nix

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
git
5050
tig
51-
lazygit
5251
gh
5352
ghq
5453

0 commit comments

Comments
 (0)