Hello,

I would like to be able to use environment modules with the fish shell.
Environment modules allow a user to control their local environment in a
shell by loading and unloading modules.

The main problem I have come across is the separator for path variables. I
had started making the required additions and a discussion is here:

http://sourceforge.net/p/modules/discussion/49345/thread/5f0e4f38/#1724

To add the fish shell to modules I can specify the directory separator as a
space instead of a colon within the modules program. However, the program
reads in the environment from the environ variable as an argument in the
main function, which for fish still has the path separator as a colon
instead of a space. I also see this in the output of 'env' in the fish
shell.

My question is whether it is possible or even desirable for 'env' to output
paths delimited by a space instead of a colon?

Regards,

Laurence
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to