Add lazygit
This commit is contained in:
parent
bc8041f605
commit
5f3d72d12a
1 changed files with 4 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue