mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +00:00
5 lines
131 B
Plaintext
5 lines
131 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
security find-generic-password -s 1Password -w | op signin enterprise_console --output=raw > $HOME/.op_tmux_token_tmp
|
||
|
|