install.fairie/dotfiles/.profile
2022-08-09 03:22:34 +00:00

7 lines
246 B
Bash

# 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'
export VAGRANT_HOME="$HOME/.local/vagrant.d"