1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat(aliases): add nb and nfu

This commit is contained in:
Ryan Cao 2023-09-08 20:48:47 +08:00
parent 2a2fc6bb11
commit 8d912f6bc0
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -9,6 +9,9 @@
"j".command = "just";
"j".fishAlias = true;
"nb".command = "nix build";
"nfu".command = "nix flake update";
"glol".command = "git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset'";
"glol".fishAlias = true;