feat: remove update alias
This is no longer needed, and the message was outdated anyways.
This commit is contained in:
parent
f4b71d7e52
commit
3d89bb6108
1 changed files with 0 additions and 6 deletions
|
@ -20,12 +20,6 @@ in {
|
|||
e = "\"$EDITOR\"";
|
||||
mkdir = "mkdir -p";
|
||||
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 = [
|
||||
|
|
Loading…
Reference in a new issue