Skip to content

Instantly share code, notes, and snippets.

View acjay's full-sized avatar

Alan Johnson acjay

View GitHub Profile
@matfax
matfax / .zshrc
Last active July 21, 2025 13:16
Sudo authentication with Windows 1Password CLI on Ubuntu WSL
# ....
alias op="op.exe"
eval "$(op completion zsh)"; compdef _op op.exe
alias sudo="sudo -A"