git: add abbreviations
parent
21d6fad0ec
commit
1815894015
|
@ -31,6 +31,9 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
my.shell.abbreviations = {
|
||||
ga = "git add";
|
||||
gap = "git add --patch";
|
||||
gr = "git restore";
|
||||
grp = "git restore --patch";
|
||||
gb = "git branch";
|
||||
gc = "git commit";
|
||||
gco = "git checkout";
|
||||
|
|
Loading…
Reference in New Issue