Our community is getting an upgrade on July 2nd! Learn more in the FAQs →
Forum Discussion
Anonymous
4 years agoPopulate environment variable for active shell session
I am trying to use op to set environment variable for my active shell session. Instead of hardcoding something like export MYSECRET=sosecret , I would rather populate the environment variable thro...
Anonymous
4 years agoI did find a way to use direnv to set the variables: https://1password.community/discussion/comment/634363#Comment_634363. This is probably good enough for my needs and since the variables are unloaded the moment I exit the directory, it is somewhat secure.