Add better-git-branch script

This commit is contained in:
ItsDrike 2024-06-21 14:47:48 +02:00
parent 36db61f255
commit 41cd22ea33
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
4 changed files with 76 additions and 1 deletions

View file

@ -0,0 +1,4 @@
{pkgs, ...}:
pkgs.writeShellScriptBin "better-git-branch" ''
${builtins.readFile ./better-git-branch.sh}
''