feat(jujutsu): update my config with new aliases
This commit is contained in:
parent
13723ef4d1
commit
a29770fd01
@ -41,6 +41,7 @@ in {
|
|||||||
ui = {
|
ui = {
|
||||||
default-command = "st";
|
default-command = "st";
|
||||||
pager = ":builtin";
|
pager = ":builtin";
|
||||||
|
show-cryptographic-signatures = true;
|
||||||
inherit (cfg) editor;
|
inherit (cfg) editor;
|
||||||
};
|
};
|
||||||
signing = mkIf cfg.signing.enable {
|
signing = mkIf cfg.signing.enable {
|
||||||
@ -50,6 +51,13 @@ in {
|
|||||||
backends."ssh.allowed-signers" = "~/.ssh/allowed_signers";
|
backends."ssh.allowed-signers" = "~/.ssh/allowed_signers";
|
||||||
backends."ssh.program" = "${pkgs.openssh}/bin/ssh-keygen";
|
backends."ssh.program" = "${pkgs.openssh}/bin/ssh-keygen";
|
||||||
};
|
};
|
||||||
|
aliases = {
|
||||||
|
l = ["log"];
|
||||||
|
lc = ["log" "-r" "(remote_bookmarks()..@)::"];
|
||||||
|
n = ["new"];
|
||||||
|
dm = ["desc" "-m"];
|
||||||
|
tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user