tweak(bud): rb -> b
This commit is contained in:
parent
987685ed53
commit
91e9add348
2 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue