It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
mfisher911
4 years agoOccasional Contributor
Incorrect .tmp folder location on macOS?
1Password is creating a directory structure on my Mac as:
/Users/mfisher/~/.tmp/com.agilebits.op.501
I would prefer that it not create this ~ directory. I have a .tmp directory directly i...
mfisher911
3 years agoOccasional Contributor
Hi, Andi, thanks for the response (long ago)!
I just tested and things look promising. FWIW (in case others are searching), I'm using the modern Mac default shell (zsh), so I added these lines to my .zshenv
file:
export TMPDIR=$HOME/.tmp
export XDG_RUNTIME_DIR=$HOME/.tmp