add jj status abbreviation and make jj init colocate by default
This commit is contained in:
parent
b3ebdb1e09
commit
a6c953d69d
1 changed files with 2 additions and 1 deletions
|
|
@ -69,6 +69,7 @@
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
drs = "darwin-rebuild switch --flake ~/.config/nix-darwin";
|
drs = "darwin-rebuild switch --flake ~/.config/nix-darwin";
|
||||||
j = "jj";
|
j = "jj";
|
||||||
|
jst = "jj status";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -246,7 +247,7 @@
|
||||||
tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];
|
tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];
|
||||||
catchup = ["rebase" "-b" "current" "-d" "trunk()" "--skip-emptied"];
|
catchup = ["rebase" "-b" "current" "-d" "trunk()" "--skip-emptied"];
|
||||||
changed = ["diff" "--files-only"];
|
changed = ["diff" "--files-only"];
|
||||||
init = ["git" "init"];
|
init = ["git" "init" "--colocate"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue