mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 17:37:25 +02:00
minimal: Add some git aliases
This commit is contained in:
parent
80abf106b2
commit
bb223e76c2
1 changed files with 3 additions and 0 deletions
|
|
@ -351,6 +351,9 @@
|
|||
cat = "${pkgs.bat}/bin/bat -p";
|
||||
ls = "${pkgs.eza}/bin/eza --icons";
|
||||
man = "${lib.getExe pkgs.bat-extras.batman}";
|
||||
gss = "git status -s";
|
||||
glo = "git log --oneline";
|
||||
gp = "git push";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue