summaryrefslogtreecommitdiff
path: root/.config/bash/bashrc
blob: 909ed6f58352878f0475bb66ec2ed373e8cc387d (plain)
1
2
3
4
5
6
7
8
9
10
11
[[ -d ~/.local/bin/ ]] && PATH="$HOME/.local/bin/:$PATH"

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