summaryrefslogtreecommitdiff
path: root/.config/bash/bashrc
blob: 3fd0fcbf4c692042fcdc0d26f0f85e0d57875f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
[[ -d ~/bin/  ]] && PATH="~/bin/:$PATH"
[[ -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