Fix minor issues

This commit is contained in:
Tobias Reisinger 2021-04-09 22:22:06 +02:00
parent 62ce510326
commit 900c080676
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 12 additions and 17 deletions

View file

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