From 91b2f29ba03d49ccb98cd82dbfbf02da86fa7cb3 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 31 Oct 2022 00:40:09 +0100 Subject: Home configuration: break out home-bash-profile --- home-configuration.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index 5cd11bd..2bd345a 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -31,12 +31,15 @@ ("system-update" . "pull-guix && reconfigure-system && reconfigure-home") ("system-update-" . "pull-guix- && reconfigure-system- && reconfigure-home-"))) +(define home-bash-profile + `(,(local-file (string-append config-prefix + ".bash_profile") + "bash_profile"))) + (define bash-configuration (home-bash-configuration (environment-variables home-env-vars) (aliases home-aliases) - (bash-profile `(,(local-file (string-append config-prefix - ".bash_profile") - "bash_profile"))) + (bash-profile home-bash-profile) (bashrc `(,(local-file (string-append config-prefix ".bashrc") "bashrc"))))) -- cgit v1.2.3