# if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi # likely to not have a UI so need to sign commits in the terminal #export GPG_TTY=$(tty)