blob: 1269a03754cc436d761ad0fe8137481072061fe7 (
plain)
1
2
3
4
5
6
7
8
9
|
# ~/.bash_login: executed by bash(1) when login shell starts.
# I think this is sane default behavior
# Load user settings
. "$HOME/.profile"
# Load bash settings (automatic for non-login shells)
. "$HOME/.bashrc"
|