# 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 ###-tns-completion-start-### if [ -f /home/ben/.tnsrc ]; then source /home/ben/.tnsrc fi ###-tns-completion-end-###