home-environments: radio: Set GUILE_LOAD_PATH in the interactive shell
parent
5328183033
commit
69f0fcf8d5
|
@ -222,6 +222,12 @@
|
|||
(config (list file:fish-custom-functions))
|
||||
(environment-variables
|
||||
`(("GPG_TTY" . "(tty)")
|
||||
("GUILE_LOAD_PATH"
|
||||
. ,(format #f "~a~@{:~a/share/guile/site/3.0~}"
|
||||
"$HOME/areas/code/scm/radix"
|
||||
"$HOME/.guix-home/profile"
|
||||
"$XDG_CONFIG_HOME/guix/current"
|
||||
"/run/current-system/profile"))
|
||||
("fish_complete_path"
|
||||
. ,(format #f "$fish_complete_path~@{ ~a/fish/completions}"
|
||||
"$HOME/.guix-home/profile/share"))))
|
||||
|
@ -469,12 +475,6 @@
|
|||
#|Guile|#
|
||||
("GUILE_WARN_DEPRECATED" . "detailed")
|
||||
("GUILE_HISTORY" . "$XDG_CACHE_HOME/guile/history")
|
||||
("GUILE_LOAD_PATH"
|
||||
. ,(format #f "~a~@{:~a/share/guile/site/3.0~}"
|
||||
"$HOME/areas/code/scm/radix"
|
||||
"$HOME/.guix-home/profile"
|
||||
"$XDG_CONFIG_HOME/guix/current"
|
||||
"/run/current-system/profile"))
|
||||
|
||||
#|Guix|#
|
||||
("GUIX_PROFILE" . "$XDG_CONFIG_HOME/guix/current")
|
||||
|
|
Loading…
Reference in New Issue