tweak(bud): rb -> b

This commit is contained in:
Infinidoge 2022-04-28 11:33:16 -04:00
parent 987685ed53
commit 91e9add348
2 changed files with 3 additions and 3 deletions

View file

@ -2,11 +2,11 @@
bud.cmds = with pkgs; { bud.cmds = with pkgs; {
up.enable = false; up.enable = false;
rb = { b = {
writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ]; 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"; help = "Shortcut for nixos-rebuild using the current hostname";
script = ./rb.bash; script = ./b.bash;
}; };
install-doom = { install-doom = {