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:
parent
2a2fc6bb11
commit
8d912f6bc0
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue