4 lines
188 B
Bash
4 lines
188 B
Bash
# Running this will update GPG to point to the current YubiKey
|
|
alias yubikey-gpg-stub='gpg-connect-agent "scd serialno" "learn --force" /bye'
|
|
|
|
export VAGRANT_HOME="$HOME/.local/vagrant.d"
|