add: copy from .profile to .zprofile

This commit is contained in:
Tobias Reisinger 2020-01-08 14:26:50 +01:00
parent f85afea0e4
commit 55f2cf3228

View file

@ -1 +1,10 @@
export VIMINIT='source ~/.config/vim/vimrc'
export PASSWORD_STORE_GENERATED_LENGTH='64'
export ZDOTDIR="$HOME/.config/zsh"
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