Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
Anonymous
3 years agoPrompted for master password on every `git` request, despite 1Password being set to remember
My Bash prompt is configured to run a git fetch whenever I cd into a Git repo, via this line in my .bashrc:
function __prompt_command() {
if [ "${__new_wd:=$PWD}" != "${PWD}" ]; then ...
Anonymous
3 years agoMakes sense - thanks!