summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-10-31 01:07:15 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-10-31 01:07:15 +0100
commit2ec2e64b72b5c63f5f455ea6784498820457e8cb (patch)
tree79e5eee2d25b7e8beb7e174c22410810d991e08d
parent25f51bbcf93d825bed086541e52f91a416eafc66 (diff)
Home configuration: break out bash-profile
-rw-r--r--home-configuration.scm9
1 files 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