From 44f3c9a111366d48d9f2c4bc7dbf914cd713bfb4 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 31 Oct 2022 01:07:15 +0100 Subject: Home configuration: break out bash-profile --- home-configuration.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index b11e212..3788b06 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -31,10 +31,13 @@ ("system-update" . "pull-guix && reconfigure-system && reconfigure-home") ("system-update-" . "pull-guix- && reconfigure-system- && reconfigure-home-"))) +(define bash-profile + (local-file (string-append config-prefix + ".bash_profile") + "bash_profile")) + (define home-bash-profile - `(,(local-file (string-append config-prefix - ".bash_profile") - "bash_profile"))) + `(,bash-profile)) (define bashrc-target (string-append config-prefix -- cgit v1.2.3