Change "g" alias to use lazygit
This commit is contained in:
parent
fa093e644e
commit
80bdd2314a
@ -36,10 +36,13 @@ in
|
|||||||
".config/fish/conf.d/last-working-dir.fish".source = ./last-working-dir.fish;
|
".config/fish/conf.d/last-working-dir.fish".source = ./last-working-dir.fish;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [ starship ];
|
home.packages = with pkgs; [
|
||||||
|
starship
|
||||||
|
lazygit
|
||||||
|
];
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
g = "git status";
|
g = "lazygit";
|
||||||
ls = "ls --color";
|
ls = "ls --color";
|
||||||
la = "ls -Alh --color";
|
la = "ls -Alh --color";
|
||||||
grep = "grep --color";
|
grep = "grep --color";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user