Signing back into the Community for the first time? You'll need to reset your password to access your account.  Find out more.

Forum Discussion

Former Member's avatar
Former Member
3 years ago

Prompted 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 ...