global/git: add crypt and agecrypt
This commit is contained in:
parent
a52772bed4
commit
a6c5b85a2c
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
|||
home.packages = with pkgs; [
|
||||
gh
|
||||
git-absorb
|
||||
git-crypt
|
||||
git-agecrypt
|
||||
|
||||
(writeScriptBin "git-fzf" ''
|
||||
git ls-files &> /dev/null
|
||||
|
@ -87,8 +89,6 @@
|
|||
# delete merged branches
|
||||
bdm = "!git branch --merged | grep -v '*' | xargs -n 1 git branch -d";
|
||||
|
||||
crypt = "!git-crypt";
|
||||
|
||||
root = "rev-parse --show-toplevel";
|
||||
fzf = "!git-fzf";
|
||||
edit = "!git-fzf-edit";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue