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