fix: revert innefective try to make fish-foreign-env to work
parent
7d82789d4d
commit
88051add33
|
@ -24,6 +24,9 @@
|
||||||
(define variables
|
(define variables
|
||||||
(local-file "../../../files/fish/variables.fish"))
|
(local-file "../../../files/fish/variables.fish"))
|
||||||
|
|
||||||
|
|
||||||
|
#|
|
||||||
|
|
||||||
(define fenv-dir
|
(define fenv-dir
|
||||||
(run-with-store (open-connection)
|
(run-with-store (open-connection)
|
||||||
(package-file fish-foreign-env)))
|
(package-file fish-foreign-env)))
|
||||||
|
@ -52,3 +55,5 @@
|
||||||
(remove-unimportant-lines content)))
|
(remove-unimportant-lines content)))
|
||||||
fenv-files)
|
fenv-files)
|
||||||
"\n")))
|
"\n")))
|
||||||
|
|
||||||
|
|#
|
||||||
|
|
|
@ -234,8 +234,7 @@
|
||||||
#|Shell services|#
|
#|Shell services|#
|
||||||
(service home-fish-service-type
|
(service home-fish-service-type
|
||||||
(home-fish-configuration
|
(home-fish-configuration
|
||||||
(config (list file:fish-fenv
|
(config (list file:fish-abbreviations))
|
||||||
file:fish-abbreviations))
|
|
||||||
(aliases
|
(aliases
|
||||||
`(#|Common aliases|#
|
`(#|Common aliases|#
|
||||||
("df" . "df -h")
|
("df" . "df -h")
|
||||||
|
|
Loading…
Reference in New Issue