diff --git a/dotfiles/.profile b/dotfiles/.profile index 1090f79e..2a441a8a 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1 +1,4 @@ +# 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"