🔧 sync static configs with nix

This commit is contained in:
2024-07-29 11:48:49 -04:00
parent 82cbe6a16b
commit c328c8962c
8 changed files with 94 additions and 92 deletions

View File

@ -18,8 +18,9 @@ _:
userEmail = "walkah@walkah.net";
aliases = {
lg =
"log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi";
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
smu = "submodule update --init --recursive";
st = "status -s";
undo = "reset HEAD~1 --mixed";
};