Add lazygit

This commit is contained in:
Jakob Lechner 2024-06-19 12:57:04 +02:00
parent bc8041f605
commit 5f3d72d12a

View file

@ -22,6 +22,9 @@
};
lfs.enable = true;
};
lazygit = {
enable = true;
};
fish = {
shellAbbrs = {
ga = "git add";
@ -58,6 +61,7 @@
gswc = "git switch -c";
gwl = "git worktree list";
gwr = "git worktree remove";
lg = "lazygit";
};
functions = {
#function gwa -d 'git worktree add'