diff --git a/users/modules/global/git.nix b/users/modules/global/git.nix index ff1c072..0488c4b 100644 --- a/users/modules/global/git.nix +++ b/users/modules/global/git.nix @@ -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";