Added lazygit
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
./direnv.nix
|
||||
./eza.nix
|
||||
./fish.nix
|
||||
./lazygit.nix
|
||||
./rip.nix
|
||||
./tldr.nix
|
||||
./zellij.nix
|
||||
|
||||
7
home/panotaka/common/core/shell/lazygit.nix
Normal file
7
home/panotaka/common/core/shell/lazygit.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.lazygit.enable = true;
|
||||
|
||||
home.shellAliases = {
|
||||
lgit = "lazygit";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user