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