mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-08-04 18:18:13 +00:00
parent
0eca49cfed
commit
c44e694a95
1 changed files with 2 additions and 5 deletions
|
@ -30,11 +30,8 @@ echo
|
|||
if command -v op &>/dev/null; then
|
||||
# Try to sign in - this will prompt for setup if needed, or just succeed if already configured
|
||||
echo "Signing in to 1Password..."
|
||||
if eval $(op signin); then
|
||||
echo "✓ 1Password CLI configured and signed in"
|
||||
else
|
||||
echo "⚠ Failed to sign in to 1Password - skipping secrets"
|
||||
fi
|
||||
eval $(op signin)
|
||||
echo "✓ 1Password CLI configured and signed in"
|
||||
else
|
||||
echo "⚠ 1Password CLI unavailable - skipping secrets"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue