install.fairie/dotfiles/.profile

8 lines
246 B
Text
Raw Normal View History

2022-08-08 20:22:34 -07:00
# Add items to PATH
export PATH="$PATH:$HOME/.local/bin"
2022-08-07 20:20:33 -07:00
# Running this will update GPG to point to the current YubiKey
alias yubikey-gpg-stub='gpg-connect-agent "scd serialno" "learn --force" /bye'
2022-03-10 23:40:18 -08:00
export VAGRANT_HOME="$HOME/.local/vagrant.d"