Update dotfiles/.profile

This commit is contained in:
Brian Zalewski 2022-08-09 03:22:34 +00:00
parent bc7afdc474
commit 2ccfd01e67

View file

@ -1,3 +1,6 @@
# Add items to PATH
export PATH="$PATH:$HOME/.local/bin"
# Running this will update GPG to point to the current YubiKey
alias yubikey-gpg-stub='gpg-connect-agent "scd serialno" "learn --force" /bye'