summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: c13e9c6b35264d9963d214f012f466350fbdd14f (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# ~/.bash_profile
#

## This only is read by bash when it is a login shell,
# not an interactive one (lightdm, for example). So
# .profile has to be sourced (as well as .bashrc). See:
# https://unix.stackexchange.com/questions/88106/why-doesnt-my-bash-profile-work.

[[ -f ~/.profile ]] && . ~/.profile
[[ -f ~/.bashrc ]] && . ~/.bashrc