jj correction to prefix

This commit is contained in:
Salar Rahmanian 2025-10-05 19:02:14 -07:00
parent 82aa68744f
commit 43b2c9efb9

View file

@ -30,7 +30,9 @@ in
key = "~/.ssh/id_ed25519.pub"; key = "~/.ssh/id_ed25519.pub";
}; };
templates = { templates = {
git_push_bookmark = "'\"softinio/push-\" ++ change_id.short()'"; git_push_bookmark = ''
'"softinio/push-" ++ change_id.short()'
'';
}; };
ui = { ui = {
default-command = "l"; default-command = "l";