.dotfiles/.zprofile

11 lines
298 B
Plaintext
Raw Normal View History

2020-01-08 13:26:50 +00:00
export VIMINIT='source ~/.config/vim/vimrc'
export PASSWORD_STORE_GENERATED_LENGTH='64'
2019-12-20 01:35:30 +00:00
export ZDOTDIR="$HOME/.config/zsh"
2020-01-08 13:26:50 +00:00
if [ -x "$(command -v gpgconf)" ]; then
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
fi
[ -x "$(command -v mpd)" ] && mpd