diff --git a/dotfiles/.profile b/dotfiles/.profile index 2a441a8a..66c118b8 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -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'