From 25f51bbcf93d825bed086541e52f91a416eafc66 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 31 Oct 2022 01:04:42 +0100 Subject: Home configuration: break out bashrc-target --- home-configuration.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index b8e0aa3..b11e212 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -36,9 +36,12 @@ ".bash_profile") "bash_profile"))) +(define bashrc-target + (string-append config-prefix + ".bashrc")) + (define bashrc - (local-file (string-append config-prefix - ".bashrc") + (local-file bashrc-target "bashrc")) (define home-bashrc -- cgit v1.2.3