#!/usr/bin/env bash # Bash login shell. Everything a non-login shell gets lives in ~/.bashrc, so # source it, then add login-only bits. [ -r ~/.bashrc ] && . ~/.bashrc # pyenv shims dir (login only); PYENV_ROOT comes from ~/.config/shell/exports. command -v pyenv >/dev/null 2>&1 && eval "$(pyenv init --path)"