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

if [[ $- != *i* ]] ; then
	# Shell is non-interactive.  Be done now!
	return
fi

source ~/.config/bash/environment.sh
source ~/.config/bash/functions.sh
source ~/.config/bash/alias.sh