diff --git a/home/programs/aliases.nix b/home/programs/aliases.nix index 6520955..9e37a41 100644 --- a/home/programs/aliases.nix +++ b/home/programs/aliases.nix @@ -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;