Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
Former Member
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...
Former Member
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.