Added jujutsu signing stuff, auto sign + the signing key.

finally got to adding an alias for kubectl + one for JJ as well
This commit is contained in:
Maaz Khokhar
2026-07-04 22:51:49 -05:00
parent 10074b37d1
commit c6c55abde2
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ if status is-interactive
alias config="nvim /home/river/nixos-dotfiles/hosts/pc/configuration.nix" alias config="nvim /home/river/nixos-dotfiles/hosts/pc/configuration.nix"
alias v=nvim alias v=nvim
alias y=yazi alias y=yazi
alias k=kubectl
alias j=jj
end end
function fish_greeting function fish_greeting
+5
View File
@@ -8,6 +8,11 @@
email = "khokharmaaz@gmail.com"; email = "khokharmaaz@gmail.com";
name = "Maaz Khokhar"; name = "Maaz Khokhar";
}; };
signing = {
behavior = "own";
backend = "gpg";
key = "A8D1AEA9C92D6867";
};
ui.color = "always"; ui.color = "always";
}; };
}; };