From fffe187fc77cd3e0770c30f7b7d8743f78955d40 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 7 Jun 2025 00:42:48 +0300 Subject: [PATCH] jujutsu: fix alias --- modules/common/jujutsu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/jujutsu.nix b/modules/common/jujutsu.nix index 7178e25..36a71eb 100644 --- a/modules/common/jujutsu.nix +++ b/modules/common/jujutsu.nix @@ -61,7 +61,7 @@ in { aliases.sh = [ "show" ]; aliases.tug = [ "bookmark" "move" "--from" "closest(@-)" "--to" "closest_pushable(@)" ]; - aliases.t = [ "t" ]; + aliases.t = [ "tug" ]; revset-aliases."closest(to)" = "heads(::to & bookmarks())"; revset-aliases."closest_pushable(to)" = "heads(::to & ~description(exact:\"\") & (~empty() | merges()))";