lzg alias
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ self, inputs, ... }: {
|
{ self, inputs, ... }: {
|
||||||
flake.modules.homeManager.git = { config, pkgs, lib, ... }: {
|
flake.modules.homeManager.git = { config, pkgs, lib, ... }: {
|
||||||
home.packges = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
git-credential-oauth
|
git-credential-oauth
|
||||||
];
|
];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
@@ -16,5 +16,8 @@
|
|||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
home.shellAliases = {
|
||||||
|
"lzg" = "lazygit";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user