From 826219215eb43f8820679ea6ef981d518279d8a8 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Fri, 9 Aug 2024 17:28:49 -0300 Subject: [PATCH] home-environments: radio: Add abbreviation !repl --- home-environments/radio.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index 18e9961..0bf5d4f 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -462,6 +462,7 @@ (!dgen . "guix % delete-generations 2w") (!repair . "doas guix build --repair") (!pull . "guix pull") + (!repl . "guix repl -i ~/.config/guile/guilerc") (!home . "guix home reconfigure ~/.config/guix/home.scm") (!system . "doas guix system reconfigure /etc/config.scm")