mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 19:40:41 +00:00
Add better-git-branch script
This commit is contained in:
parent
36db61f255
commit
41cd22ea33
4 changed files with 76 additions and 1 deletions
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}:
|
||||
pkgs.writeShellScriptBin "better-git-branch" ''
|
||||
${builtins.readFile ./better-git-branch.sh}
|
||||
''
|
Loading…
Add table
Add a link
Reference in a new issue