.dotfiles/.zprofile

13 lines
334 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
2021-02-13 21:52:08 +00:00
source "$HOME/.config/environment"
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