2018-11-01 01:04:07 +01:00
|
|
|
#
|
2021-05-28 19:31:58 +02:00
|
|
|
# ~/.bash_profile -- Sourced by bash in login shells only
|
2018-11-01 01:04:07 +01:00
|
|
|
#
|
|
|
|
|
|
2021-05-28 19:31:58 +02:00
|
|
|
# Include .profile (contains ENV variables)
|
2018-11-01 01:04:07 +01:00
|
|
|
[[ -f ~/.profile ]] && . ~/.profile
|
|
|
|
|
|
2021-05-28 19:31:58 +02:00
|
|
|
# Run .bashrc (contains bash settings and aliases)
|
2018-11-01 01:04:07 +01:00
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|