diff options
-rw-r--r-- | home-configuration.scm | 7 |
1 files 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 |