.dotfiles/.profile

18 lines
478 B
Plaintext
Raw Normal View History

2019-12-26 19:59:01 +00:00
export VIMINIT='source ~/.config/vim/vimrc'
2019-12-26 12:52:34 +00:00
export PASSWORD_STORE_GENERATED_LENGTH='64'
2019-12-20 01:56:06 +00:00
# set PATH so it includes user's private bin if it exists
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH"
[ -f "$HOME/.config/aliasrc" ] && source $HOME/.config/aliasrc
2019-12-26 13:09:20 +00:00
if [ -x "$(command -v gpgconf)" ]; then
2019-12-26 13:08:40 +00:00
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
fi
2020-01-08 13:08:20 +00:00
[ -x "$(command -v mpd)" ] && mpd