summaryrefslogtreecommitdiffstats
path: root/.bash_profile
blob: c2ebcead0918703a3ba5ccec9a79a9a7d3bc45dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# .bash_profile

# workaround for ~/.profile not being sourced in tmux env.
if [ -z "${_LOCAL_PROFILE}" ]; then
	. ~/.profile
fi

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs
source ~/.local/bin/history-backup