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;
|
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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue