>>107548695
this is what i have in my config
(define ~bash-config
(service
home-bash-service-type
(home-bash-configuration
;; …
(bash-profile (list (local-file ".bash_profile" "bash_profile")))
(bashrc (list (local-file ".bashrc" "bashrc")))
(bash-logout (list (local-file ".bash_logout" "bash_logout"))))))
(home-environment
(packages …)
(services (list ~bash-config)))
Comment too long. Click here to view the full text.