feat: remove update alias

This is no longer needed, and the message  was outdated anyways.
This commit is contained in:
buffet 2024-05-19 12:59:18 +02:00
parent f4b71d7e52
commit 3d89bb6108

View file

@ -20,12 +20,6 @@ in {
e = "\"$EDITOR\""; e = "\"$EDITOR\"";
mkdir = "mkdir -p"; mkdir = "mkdir -p";
rg = "rg -S"; rg = "rg -S";
update = let
change-message = pkgs.writeScript "change-commit-message" ''
#!/bin/sh
sed -i '1s/.*/chore: update/' "$1"
'';
in "nix flake update --commit-lock-file && EDITOR=${change-message} git commit --amend";
}; };
shellOptions = [ shellOptions = [