oh-my-fish / plugin-direnv

Unclutter your .profile http://direnv.net
MIT License
14 stars 9 forks source link

`direnv watch` doesn't trigger env reload #4

Open glukki opened 6 years ago

glukki commented 6 years ago

direnv watch doesn't trigger variables reload, until you change directory.

Steps:

Result: nothing happens.

Expected: new environment variables got exported, as envrc file is being watched.

BTW, current fish hook implementation from the direnv: https://github.com/direnv/direnv/blob/master/shell_fish.go#L13-L15