home/terminal/programs: add alias for lazygit
This commit is contained in:
parent
f93928f9bf
commit
98b1beb3f8
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
};
|
||||
|
||||
home.shellAliases = {
|
||||
lg = "lazygit";
|
||||
g = "git";
|
||||
gs = "git status";
|
||||
gsh = "git show HEAD";
|
||||
|
|
Loading…
Reference in a new issue