diff --git a/home-manager/default.nix b/home-manager/default.nix index 7dce3cf..e758011 100644 --- a/home-manager/default.nix +++ b/home-manager/default.nix @@ -69,6 +69,7 @@ shellAbbrs = { drs = "darwin-rebuild switch --flake ~/.config/nix-darwin"; j = "jj"; + jst = "jj status"; cat = "bat"; }; }; @@ -246,7 +247,7 @@ tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"]; catchup = ["rebase" "-b" "current" "-d" "trunk()" "--skip-emptied"]; changed = ["diff" "--files-only"]; - init = ["git" "init"]; + init = ["git" "init" "--colocate"]; }; }; };