summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-10-31 01:09:45 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-10-31 01:09:45 +0100
commit53eb6d2a0cc1d66b49e0916d8d13fcc403608296 (patch)
tree5ac30e10d1676090b405ce4830640c872341ab11
parent2ec2e64b72b5c63f5f455ea6784498820457e8cb (diff)
Home configuration: break out bash-profile-target
-rw-r--r--home-configuration.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 3788b06..3bd9d1f 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -31,9 +31,12 @@
("system-update" . "pull-guix && reconfigure-system && reconfigure-home")
("system-update-" . "pull-guix- && reconfigure-system- && reconfigure-home-")))
+(define bash-profile-target
+ (string-append config-prefix
+ ".bash_profile"))
+
(define bash-profile
- (local-file (string-append config-prefix
- ".bash_profile")
+ (local-file bash-profile-target
"bash_profile"))
(define home-bash-profile