.dotfiles/.profile
Tobias Reisinger cf3a74f3f6 add: vim lilypond plugin
add: .profile EDITOR variable
add: bspwm, sxhkd, polybar
2020-02-07 17:32:59 +01:00

14 lines
341 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
[ $SHELL = "/bin/bash" ] && source $HOME/.bashrc