# Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi source ~/.config/bash/environment.sh if [[ $- != *i* ]] ; then # Shell is non-interactive. Be done now! return fi source ~/.config/bash/functions.sh source ~/.config/bash/alias.sh