git: add aliases
This commit is contained in:
parent
2b58d28364
commit
9fc90fc8f3
@ -8,7 +8,11 @@
|
||||
lazygit
|
||||
];
|
||||
|
||||
home.shellAliases.lg = "lazygit";
|
||||
home.shellAliases = {
|
||||
gs = "git status";
|
||||
ga = "git add";
|
||||
lg = "lazygit";
|
||||
};
|
||||
|
||||
# Use pkgs.gitAndTools.gitFull in order to get libsecret support
|
||||
programs.git = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user