dotfiles/.bash_profile

10 lines
229 B
Bash
Raw Normal View History

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