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