Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
mfisher911
3 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 in $HOME
with 700 file permissions.
Is there a way to change the location where the temporary directory is stored?
NPM has done this on my computer too, so I'm not sure if there is some other misconfig affecting things?
Thanks!
1Password Version: 80904044
Extension Version: Not Provided
OS Version: macOS 12.6
Browser:_ Not Provided
5 Replies
- Jack_P_1P
1Password Team
- mfisher911Occasional 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
- andi_t_1P
1Password Team
Hi mfisher911 , thanks for reaching out! Depending on which process causes this temp file to be created there, you could try to specify the XDG_RUNTIME_DIR env variable with your desired location path, OR change the default location specified by your system, which can be achieved by specifying a different value for the TMPDIR env var.
Let me know if any of these solutions help! Best,
Andi - mfisher911Occasional Contributor
Whoops, spoke too soon. It's back this morning. :(
- mfisher911Occasional Contributor
This looks like it may have been related to an old version of the
op
CLI tool (I had 2.1.0; 2.7.1 is current). I refreshed it and things seem better.Thank you!