You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a good alternative to specifying SRC_ACCESS_TOKEN in a dotfile, particularly if your dotfiles are kept under version control and pushed to a remote repository? Right now I'm doing this in my ~/.profile which works, but this means I am asked for my GPG password every time I start a new shell:
ifcommand -v gopass 1>/dev/null 2>&1;thenexport SRC_ACCESS_TOKEN=$(gopass show sourcegraphcloud.com/token)fi
The text was updated successfully, but these errors were encountered:
Is there a good alternative to specifying
SRC_ACCESS_TOKEN
in a dotfile, particularly if your dotfiles are kept under version control and pushed to a remote repository? Right now I'm doing this in my~/.profile
which works, but this means I am asked for my GPG password every time I start a new shell:The text was updated successfully, but these errors were encountered: