From 2ccfd01e67a29dac7d607e4c37fc400de8a15275 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 9 Aug 2022 03:22:34 +0000 Subject: [PATCH] Update dotfiles/.profile --- dotfiles/.profile | 3 +++ 1 file changed, 3 insertions(+) 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'