diff --git a/shell/bud/default.nix b/shell/bud/default.nix index bcc7dfe..7405281 100644 --- a/shell/bud/default.nix +++ b/shell/bud/default.nix @@ -1,10 +1,10 @@ { pkgs, lib, budUtils, ... }: { bud.cmds = with pkgs; { - buildthis = { + rb = { writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ]; - synopsis = "buildthis (switch|boot|test)"; + synopsis = "rb (switch|boot|test)"; help = "Shortcut for nixos-rebuild using the current hostname"; - script = ./buildthis.bash; + script = ./rb.bash; }; install-doom = { diff --git a/shell/bud/buildthis.bash b/shell/bud/rb.bash similarity index 100% rename from shell/bud/buildthis.bash rename to shell/bud/rb.bash