1

Modules/Fish: Update git abbrs

This commit is contained in:
2025-07-02 13:30:41 +02:00
parent 47aff76c2f
commit bbce536ef8

View File

@ -169,9 +169,12 @@ in {
(abbrify pkgs.git {
gs = "git status";
gcm = "git commit -m";
gd = "git diff --output-indicator-new=' ' --output-indicator-old=' '";
gl = "git log --all --graph --pretty=format:'%C(magenta)%h %C(white) %an %ar%C(auto) %D%n%s%n'";
ga = "git add";
glg = "git log --graph --decorate --oneline";
gap = "git add --patch";
gc = "git commit --verbose";
gcm = "git commit -m";
gcl = "git clone";
})