.dotfiles/.profile

15 lines
397 B
Bash

export EDITOR='/usr/bin/vim'
export VIMINIT='source ~/.config/vim/vimrc'
export PASSWORD_STORE_GENERATED_LENGTH='64'
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 &
[ -x "$(command -v ympd)" ] && ympd --webport 54594 &
[ $SHELL = "/bin/bash" ] && source $HOME/.bashrc