add git aliases, remove redundant line in catppuccin-discord

This commit is contained in:
Sean Kovacs 2026-01-16 12:03:35 -05:00
commit b3a1a9fb42
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 7 additions and 2 deletions

View file

@ -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 = {