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