From 2d10b09d1febb45f14d36850239d6e1fbf640c9e Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Mon, 18 Aug 2025 17:31:21 -0700 Subject: [PATCH] feat: add more aliasable commands --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index 22c6a45..0857fab 100644 --- a/home.nix +++ b/home.nix @@ -86,6 +86,11 @@ jgp = "jj git push"; jgc = "jj git clone --colocate"; jd = "jj describe"; + js = "jj show"; + je = "jj edit --ignore-immutable"; + jn = "jj new"; + jdiff = "jj diff"; + ns = "sudo nixos-rebuild switch --flake ~/Documents/nixos-config#jet"; }; };