From 91e9add34874f77719d11c59eff367b009520980 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 28 Apr 2022 11:33:16 -0400 Subject: [PATCH] tweak(bud): rb -> b --- shell/bud/{rb.bash => b.bash} | 0 shell/bud/default.nix | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename shell/bud/{rb.bash => b.bash} (100%) 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 = {