blob: 08f26b89e2e8825b1bb2206f960ea185fe2504c1 (
plain)
1
2
3
4
5
6
7
8
|
#!/hint/bash
# ~/.bash_login: Sourced by bash(1) when login shell starts
# Load user settings
. "$HOME/.profile"
# Load bash settings (automatic for non-login shells)
. "$HOME/.bashrc"
|