oh-my-fish / oh-my-fish-legacy

Oh My Fish!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin: Foreign environment variables

derekstavis opened this issue · comments

As nvm-fish isn't maintained anymore I came across with a plugin that imports into fish all variables modified by a foreign application. You can find it here:

https://github.com/derekstavis/plugin-foreign-env

The plugin works by executing the application inside bash, taking a diff of environment variables and importing them inside fish. Head to the repository for more information on usage.

Created https://github.com/oh-my-fish/plugin-foreign-env and added you as admin. This is going to be a good addition to fish!

Thanks @bpinto! Pushed!

From now use fenv by adding Plugin "foreign-env" to your ~/.config/fish/config.fish file.

Super!