add git aliases, remove redundant line in catppuccin-discord
This commit is contained in:
parent
7c4e07af40
commit
02a3d5ae44
3 changed files with 7 additions and 2 deletions
|
|
@ -15,6 +15,12 @@
|
|||
ssh = "kitty-ssh";
|
||||
cat = "bat";
|
||||
ls = "eza";
|
||||
gl = "git log";
|
||||
ga = "git add -v .";
|
||||
gac = "git add -v . && git commit";
|
||||
gaca = "git add -v . && git commit --amend --no-edit";
|
||||
gp = "git push";
|
||||
gpf = "git push --force";
|
||||
};
|
||||
functions = {
|
||||
fish_prompt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue