update shell alias config
This commit is contained in:
parent
24a2dd5cf3
commit
0370e84236
2 changed files with 24 additions and 25 deletions
|
@ -10,27 +10,6 @@
|
|||
init.defaultBranch = "main";
|
||||
credential.helper = "store";
|
||||
};
|
||||
|
||||
aliases = {
|
||||
# Git aliases
|
||||
ga = "git add";
|
||||
gaa = "git add --all";
|
||||
gs = "git status";
|
||||
gb = "git branch";
|
||||
gm = "git merge";
|
||||
gpl = "git pull";
|
||||
gplo = "git pull origin";
|
||||
gps = "git push";
|
||||
gpso = "git push origin";
|
||||
gc = "git commit";
|
||||
gcm = "git commit -m";
|
||||
gch = "git checkout";
|
||||
gchb = "git checkout -b";
|
||||
gcoe = "git config user.email";
|
||||
gcon = "git config user.name";
|
||||
|
||||
g = "lazygit";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.gh ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue