feat: set up fish-foreign-env on home declaration
parent
077b73f99c
commit
96d7183112
|
@ -1,6 +1,8 @@
|
|||
(define-module (radix files fish)
|
||||
#:use-module (gnu)
|
||||
#:use-module (gnu packages shells)
|
||||
#:export (abbreviations
|
||||
fenv
|
||||
greeting
|
||||
prompt
|
||||
variables))
|
||||
|
@ -16,3 +18,7 @@
|
|||
|
||||
(define variables
|
||||
(local-file "../../../files/fish/variables.fish"))
|
||||
|
||||
(define fenv
|
||||
(file-append fish-foreign-env
|
||||
"/share/fish/functions/fenv.fish"))
|
||||
|
|
Loading…
Reference in New Issue