5 lines
126 B
Bash
5 lines
126 B
Bash
|
|
# Executed by bash when a login shell starts
|
||
|
|
|
||
|
|
# Mimic bash's default behavior and source `~/.profile`
|
||
|
|
source "$HOME/.profile"
|