summaryrefslogtreecommitdiff
path: root/jj.nix
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2025-11-18 14:13:04 +0100
committerGabriel A. Giovanini <mail@gabrielgio.me>2025-11-18 14:13:04 +0100
commit80ec14e7a22930a259607e4c8740b09303074d65 (patch)
tree0c97e43a14fcc00e6fbf95b6c34398bbfeb5f673 /jj.nix
parentbec6421e62d732aa1f17c2fcc968d5b6731e26a2 (diff)
downloadhome-manager-80ec14e7a22930a259607e4c8740b09303074d65.tar.gz
home-manager-80ec14e7a22930a259607e4c8740b09303074d65.tar.bz2
home-manager-80ec14e7a22930a259607e4c8740b09303074d65.zip
Update some themesHEADmaster
Diffstat (limited to 'jj.nix')
-rw-r--r--jj.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/jj.nix b/jj.nix
index 744249c..60e87fc 100644
--- a/jj.nix
+++ b/jj.nix
@@ -15,6 +15,9 @@ in {
diff-formatter = ":git";
pager = ":builtin";
};
+ revesets-aliases = {
+ "immutable_heads()" = "trunk()";
+ };
aliases = {
wk = ["log" "-r" "trunk()::@ | @::"];
gp = ["git" "push" "--allow-new"];
@@ -25,6 +28,8 @@ in {
track = ["util" "exec" "--" "bash" "-c" "jj bookmark set $(jj log -r @ -T 'self.change_id()' --no-graph)"];
tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"];
nm = ["new" "-r" "trunk()"];
+ up = ["edit" "@+"];
+ down = ["edit" "@-"];
};
templates = {
log = "builtin_log_compact";