From ff68a4b3464765c85bc7769df67716d4a66f2f63 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 3 Oct 2023 20:50:45 -0400 Subject: [PATCH] Add some aliases to make using bolt easier --- modules/home-manager/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index f32f801..18ef257 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -180,6 +180,8 @@ ]; }; shellAliases = { + bcrr = "bolt command run --run-as root --sudo-password-prompt"; + bcrrs = "bcrr --stream --no-verbose"; beo = "bundle exec onceover run spec --trace --force"; biv = "bundle install --path=vendor/bundle"; ce = "code-exploration";