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